Click or drag to resize

DateRange(DateTimeOffset, DateTimeOffset) Constructor

Creates a new instance of DateRange equal to the range between two DateTimeOffset values.

Namespace: InnerDrive.Core
Assembly: InnerDrive.Core (in InnerDrive.Core.dll) Version: 5.0.8475.0
Syntax
C#
public DateRange(
	DateTimeOffset lowerValue,
	DateTimeOffset upperValue
)

Parameters

lowerValue  DateTimeOffset
The DateTimeOffset value representing the beginning of the date range.
upperValue  DateTimeOffset
The DateTimeOffset value representing the end of the date range.
Exceptions
ExceptionCondition
ArgumentExceptionlowerValue is greater than upperValue
See Also