DateTimeRange Constructors
The time range that provides access to extended operations, such as Union and IntersectWith.Name | Parameters | Description |
---|---|---|
DateTimeRange(DateTime, DateTime) | start, end | Initializes a new instance of the DateTimeRange class with specified settings. |
DateTimeRange(DateTime, TimeSpan) | start, duration | Initializes a new instance of the DateTimeRange class with specified settings. |
See Also