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