Click or drag to resize

DateRange Constructor

Overload List
  NameDescription
Public methodDateRange(DateRangeBound)
Creates a new instance of DateRange using a lower bound and an upper bound.

Consider using Parse(String) to create instances more easily.

Public methodDateRange(DateRangeBound, DateRangeBound)
Creates a new instance of DateRange using a lower bound and an upper bound.

Consider using Parse(String) to create instances more easily.

Top
See Also