Click or drag to resize

DateTimeInterval Constructor

Overload List
  NameDescription
Public methodDateTimeInterval(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.
Public methodDateTimeInterval(DateTime, DateTime)
Instantiates a new DateInterval with both bounds specified.
Top
See Also