This is preliminary documentation and is subject to change.

TimeOnlyRangeOffset Method

Offsets the Start and End by the specified timeSpan

Definition

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

Parameters

timeSpan  TimeSpan
The time span.

Return Value

TimeOnlyRange

See Also