Creates a time interval.
Namespace:
Rebex.Net
Assembly:
Rebex.Ews (in Rebex.Ews.dll)
Syntax
Visual Basic |
---|
Public Sub New ( _ from As Nullable(Of DateTime), _ to As Nullable(Of DateTime) _ ) |
C# |
---|
public EwsDateTimeRange( Nullable<DateTime> from, Nullable<DateTime> to ) |
Parameters
- from
- Type: System..::..Nullable<(Of <(<'DateTime>)>)>
Start boundary of the range. Use null to specify a range with no lower bound.
- to
- Type: System..::..Nullable<(Of <(<'DateTime>)>)>
End boundary of the range. Use null to specify a range with no upper bound.