GraphDateTimeRange Constructor
Namespace: Rebex.Net
Assembly: Rebex.Graph.dll (version 7.0.9083)
GraphDateTimeRange(Nullable<DateTime>, Nullable<DateTime>)
Creates a time interval.
Declaration
public GraphDateTimeRange(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 boundary. |
Nullable<DateTime> | to | End boundary of the range. Use null to specify a range with no upper boundary. |