This is preliminary documentation and is subject to change.

DateTimeRangeOffset Method

Offsets the Start and End by the specified timeSpan

Definition

Namespace: MoreDateTime
Assembly: MoreDateTime (in MoreDateTime.dll) Version: 1.3.0
C#
public DateTimeRange Offset(
	TimeSpan timeSpan
)

Parameters

timeSpan  TimeSpan
The time span.

Return Value

DateTimeRange

See Also