Click or drag to resize

DateRange(IRangeDateTimeOffset) Constructor

Creates a new instance of DateRange from an existing date range value.

Namespace: InnerDrive.Core
Assembly: InnerDrive.Core (in InnerDrive.Core.dll) Version: 5.0.8475.0
Syntax
C#
public DateRange(
	IRange<DateTimeOffset> dateRange
)

Parameters

dateRange  IRangeDateTimeOffset
The DateRange structure to copy.
Exceptions
ExceptionCondition
ArgumentNullExceptiondateRange is null
ArgumentOutOfRangeExceptiondateRange.Lower is greater than dateRange.Upper
See Also