[]
Initializes a new instance of the DateTimeInterval class.
public DateTimeInterval(DateTime start, DateTime end)
| Type | Name | Description |
|---|---|---|
| DateTime | start | The DateTime value representing the beginning of the interval. |
| DateTime | end | The DateTime value representing the end of the interval. |