DateRange(DateTimeOffset, DateTimeOffset) Constructor
Namespace: InnerDrive.CoreAssembly: InnerDrive.Core (in InnerDrive.Core.dll) Version: 5.2.9017.0
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.