In The Hand LtdIn The Hand
Add Method (timeSpan)
NamespacesInTheHandDateTimeOffsetAdd(TimeSpan)
.NET Components for Mobility
Adds a specified time interval to a DateTimeOffset object.
Declaration Syntax
C#Visual Basic
public DateTimeOffset Add(
	TimeSpan timeSpan
)
Public Function Add ( _
	timeSpan As TimeSpan _
) As DateTimeOffset
Parameters
timeSpan (TimeSpan)
A TimeSpan object that represents a positive or a negative time interval.
Return Value
A DateTimeOffset object whose value is the sum of the date and time represented by the current DateTimeOffset object and the time interval represented by timeSpan.

Assembly: InTheHand (Module: InTheHand) Version: 7.0.0.0