CorDateTime: ToBinary

ToBinary

Returns a 64-bit representation of the time and kind.



 Public Function ToBinary ( ) As Currency

Return Values

Currency -  64-bit representation of the CorDateTime

Remarks

The upper 2 bits are used to represent the DateTimeKind of the object, the lower 62-bits are used to represent the ticks.

See Also

Project CorLib Overview

Class CorDateTime Overview