CorDateTimeStatic: FromMilliseconds |
Returns a CorDateTime object from milliseconds.
Public Function FromMilliseconds( ByVal ms As Currency, Optional ByVal Kind As DateTimeKind = UnspecifiedKind ) As CorDateTime
Default: UnspecifiedKind
Since a Currency can be passed in, the fractional portion can be used to represent the number ticks (1/10000 ms) in the date.