DateRange(DateTimeOffset, TimeSpan) Constructor
Namespace: InnerDrive.CoreAssembly: InnerDrive.Core (in InnerDrive.Core.dll) Version: 5.2.9017.0
public DateRange(
DateTimeOffset lowerValue,
TimeSpan timeSpan
)
Parameters
- lowerValue DateTimeOffset
- The DateTimeOffset value representing the
beginning of the date range.
- timeSpan TimeSpan
- The TimeSpan value representing
the duration of the date range.