EwsDateTimeRange Class
Namespace: Rebex.Net
Assembly: Rebex.Ews.dll (version 7.0.9313)
Represents a time interval.
Syntax
public class EwsDateTimeRange
Inherited Members
Constructors
| Name | Description |
|---|---|
| EwsDateTimeRange(Nullable<DateTime>, Nullable<DateTime>) | Creates a time interval. |
Properties
| Name | Description |
|---|---|
| From | Gets the lower bound of the range, or null if there is no lower bound. |
| To | Gets the upper bound of the range, or null if there is no upper bound. |