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