CorDateTime: TotalMilliseconds (get) |
Returns the whole date represented in milliseconds.
Public Property Get TotalMilliseconds ( ) As Currency
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.