cDateTime: AddMilliseconds

AddMilliseconds

Adds a specified number of milliseconds to the current date, returning a new cDateTime instance with the calcuated value.



 Public Function AddMilliseconds(
	  ByVal Value As Double ) As cDateTime

Parameters

Value
[ByVal] Double. The number of milliseconds to add.

Return Values

cDateTime -  The new date containing the new calculated time.

Remarks

See Also

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