Calendar: AddSeconds

AddSeconds

Returns a cDateTime this is the specified number of Seconds from the original Time.



 Public Function AddSeconds(
	  ByRef Time As Variant,
	  ByVal Seconds As Long ) As cDateTime

Parameters

Time
[ByRef] Variant. The time to add the specified number of Seconds to.
Seconds
[ByVal] Long. The number of Seconds to be added to Time. This can be negative.

Return Values

cDateTime -  Returns a cDateTime with the specified number of Seconds added.

Remarks

See Also

Project VBCorLib Overview Class Calendar Overview Calendar Properties Calendar Methods AddMonths AddWeeks