cDateTimeStatic: Now |
Returns a cDateTime that represents the current time on the local machine.
Public Function Now ( ) As cDateTime
This method uses GetLocalTime which has a resolution down to the milliseconds. If the milliseconds is not wanted, then either the Millisecond must be subtracted for the instance, or use cDateTime.FromOADate(Now).
Project VBCorLib Overview Class cDateTimeStatic Overview cDateTimeStatic Properties cDateTimeStatic Methods MinValue (get) Parse