DateTimeRange Constructors
The date-time range.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