This is preliminary documentation and is subject to change.

DateOnlyRangeOffset Method

Offsets the Start and End by the specified timeSpan

Definition

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

Parameters

timeSpan  TimeSpan
The time span.

Return Value

DateOnlyRange

See Also