HijriCalendar: AddMilliseconds

AddMilliseconds

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



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

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

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

See Also

Project CorLib Overview

Class HijriCalendar Overview