cDateTimeStatic: FromMilliseconds |
Returns a cDateTime object from milliseconds.
Public Function FromMilliseconds( ByVal ms As Currency, Optional ByVal Kind As DateTimeKind = UnspecifiedKind ) As cDateTime
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.
Project VBCorLib Overview Class cDateTimeStatic Overview cDateTimeStatic Properties cDateTimeStatic Methods FromFileTimeUtc FromOADate