GraphDateTimeRange.Before Method
Namespace: Rebex.Net
Assembly: Rebex.Graph.dll (version 7.0.9083)
Before(DateTime)
Creates time interval with no lower boundary.
Declaration
public static GraphDateTimeRange Before(DateTime to)
Parameters
Type | Name | Description |
---|---|---|
DateTime | to | Date and time of the upper boundary. |
Returns
Type | Description |
---|---|
GraphDateTimeRange | A time interval with no lower boundary. |