DateRangeToOffset Method
Converts the value of the current
DateRange object to the date range
specified by an offset value.
Namespace: InnerDrive.CoreAssembly: InnerDrive.Core (in InnerDrive.Core.dll) Version: 5.2.9017.0
public DateRange ToOffset(
TimeSpan offset
)
- offset TimeSpan
- The offset to convert the DateRange value to.
DateRangeA
DateRange object that is equal to the original
DateRange object; that is,
the
Upper and
Lower members return identical points of time, but whose
Offset properties are set to
offset