CorDateTimeStatic: Now (get) |
Returns a CorDateTime that represents the current time on the local machine.
Public Property Get Now ( ) As CorDateTime
This method uses Windows GetLocalTime which has a resolution down to the milliseconds. If the milliseconds is not wanted, then either the Millisecond must be subtracted from the instance, or use CorDateTime.FromOADate passing the VB Now value.
Read Only.