DateTimeInterval Constructor |
Name | Description | |
---|---|---|
DateTimeInterval(DateTime, Boolean) |
Instantiates an open DateInterval.
If 'after' is true, IsInInterval(DateTime) returns true for all
all time points after the specified p_Time.
If 'after' is false, IsInInterval(DateTime) returns true for all
all time points that are before the p_Time specified.
| |
DateTimeInterval(DateTime, DateTime) |
Instantiates a new DateInterval with both bounds specified.
|