DateRange(DateTime, DateTime, TimeSpan) Constructor
Namespace: InnerDrive.CoreAssembly: InnerDrive.Core (in InnerDrive.Core.dll) Version: 5.2.9017.0
public DateRange(
DateTime lowerValue,
DateTime upperValue,
TimeSpan timeZoneOffset
)
Parameters
- lowerValue DateTime
- The DateTime value representing the
beginning of the date range.
- upperValue DateTime
- The DateTime value
representing the end of the date range.
- timeZoneOffset TimeSpan
- The offset to use to establish the time zone
of the DateRange.