Calendar: AddMilliseconds

AddMilliseconds

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



 Public Function AddMilliseconds(
	  ByRef Time As Variant,
	  ByVal Milliseconds As Double ) As cDateTime

Parameters

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

Return Values

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

Remarks

See Also

Project VBCorLib Overview Class Calendar Overview Calendar Properties Calendar Methods AddHours AddMinutes