EwsDateTimeRange Constructor
Namespace: Rebex.Net
Assembly: Rebex.Ews.dll (version 7.0.9083)
EwsDateTimeRange(Nullable<DateTime>, Nullable<DateTime>)
Creates a time interval.
Declaration
public EwsDateTimeRange(DateTime? from, DateTime? to)
Parameters
Type | Name | Description |
---|---|---|
Nullable<DateTime> | from | Start boundary of the range. Use null to specify a range with no lower bound. |
Nullable<DateTime> | to | End boundary of the range. Use null to specify a range with no upper bound. |