GraphDateTimeRange Class
Namespace: Rebex.Net
Assembly: Rebex.Graph.dll (version 7.0.9083)
Represents a time interval.
Syntax
public class GraphDateTimeRange
Inherited Members
Constructors
Name | Description |
---|---|
GraphDateTimeRange(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. |
Methods
Name | Description |
---|---|
After(DateTime) | Creates time interval with no upper boundary. |
Before(DateTime) | Creates time interval with no lower boundary. |