AddSeconds()

Calendar::AddSeconds(DateTime, int) const method

Adds seconds to time point.

virtual DateTime System::Globalization::Calendar::AddSeconds(DateTime time, int seconds) const

Arguments

ParameterTypeDescription
timeDateTimeOriginal time point value.
secondsintNumber of seconds to add.

Return Value

Time point after calculation is done.

See Also