[]
The DateTimeInterval object represents a continuous interval of time.
public class DateTimeInterval
Name | Description |
---|---|
DateTimeInterval(DateTime, DateTime) | Initializes a new instance of the DateTimeInterval class. |
Name | Description |
---|---|
End | Gets or sets the DateTime value representing the end of the interval. |
IsFullDay | Gets the bool value, determining if the DateTimeInterval object represents one or more full days. |
Start | Gets or sets the DateTime value representing the beginning of the interval. |