TimeSpanStatic: FromTicks

FromTicks

Returns a TimeSpan that represents a specified time, where the specification is in units of ticks.



 Public Function FromTicks(
	  ByRef Value As Variant ) As TimeSpan

Parameters

Value
[ByRef] Variant. The number of ticks the TimeSpan will represent.

Return Values

TimeSpan -  An object that represents Value.

See Also

Project CorLib Overview

Class TimeSpanStatic Overview