[]
The TimeInterval object represents continuous interval of time.
public class TimeInterval
| Name | Description |
|---|---|
| TimeInterval(DateTime, DateTime) | Initializes a new instance of the TimeInterval class. |
| Name | Description |
|---|---|
| End | Gets or sets the DateTime value representing the end of time interval. |
| Start | Gets or sets the DateTime value representing the beginning of time interval. |
| Name | Description |
|---|---|
| Contains(DateTime) | Returns a value indicating whether a specified DateTime value belongs to the current interval of time. |