cDateTime: AddTicks

AddTicks

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



 Public Function AddTicks(
	  ByRef Value As Variant ) As cDateTime

Parameters

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

Return Values

cDateTime -  the new cDateTime instance containing the calcuated value.

Remarks

See Also

Project VBCorLib Overview Class cDateTime Overview cDateTime Properties cDateTime Methods AddSeconds AddYears