cDateTime: TotalMilliseconds (get)

TotalMilliseconds

Returns the whole date represented in milliseconds.



 Public Property Get TotalMilliseconds ( ) As Currency

Return Values

Currency -  The number of milliseconds from 1/1/0001.

Remarks

The return value is Currency and can represent fractions of milliseconds called ticks. There are 10000 ticks per millisecond, so the fractional portion is the number of ticks.

Read Only.

See Also

Project VBCorLib Overview Class cDateTime Overview cDateTime Properties cDateTime Methods ToString ToUniversalTime