CorDateTime: AddMilliseconds

AddMilliseconds

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



 Public Function AddMilliseconds(
	  ByVal Value As Double ) As CorDateTime

Parameters

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

Return Values

CorDateTime -  The new CorDateTime containing the new calculated time.

See Also

Project CorLib Overview

Class CorDateTime Overview