CorDateTime: AddTicks

AddTicks

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



 Public Function AddTicks(
	  ByRef Value As Variant ) As CorDateTime

Parameters

Value
[ByRef] Variant. The number of ticks to be added.

Return Values

CorDateTime -  the new CorDateTime instance containing the calcuated value.

See Also

Project CorLib Overview

Class CorDateTime Overview