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