Click or drag to resize

DateRange Constructor

Creates a new instance of DateRange.
Overload List
 NameDescription
Public methodDateRange(IEnumerableDateTime) Creates a new instance of DateRange from a generic list of DateTime values.
Public methodDateRange(IEnumerableDateTimeOffset) Creates a new instance of DateRange from a generic list of DateTimeOffset values.
Public methodDateRange(IRangeDateTimeOffset) Creates a new instance of DateRange from an existing date range value.
Public methodDateRange(DateTimeOffset, DateTimeOffset) Creates a new instance of DateRange equal to the range between two DateTimeOffset values.
Public methodDateRange(DateTimeOffset, TimeSpan) Creates a new instance of DateRange from existing DateTimeOffset and TimeSpan values.
Public methodDateRange(DateTime, DateTime, TimeSpan) Creates a new instance of DateRange equal to the range between two DateTime values.
Top
See Also