DateOnlyRange.Offset Method
Offsets the
Start and
End by the specified
timeSpan
Namespace: MoreDateTimeAssembly: MoreDateTime (in MoreDateTime.dll) Version: 1.3.0
public DateOnlyRange Offset(
TimeSpan timeSpan
)
Dim instance As DateOnlyRange
Dim timeSpan As TimeSpan
Dim returnValue As DateOnlyRange
returnValue = instance.Offset(timeSpan)
public:
virtual DateOnlyRange^ Offset(
TimeSpan timeSpan
) sealed
No code example is currently available or this language may not be supported.
- timeSpan TimeSpan
- The time span.
DateOnlyRange