Add()

DateTimeOffset::Add(TimeSpan) const method

Adds a specified time interval to the DateTimeOffset object.

DateTimeOffset System::DateTimeOffset::Add(TimeSpan value) const

Arguments

ParameterTypeDescription
valueTimeSpanPositive or a negative time interval.

Return Value

Result of operation.

See Also