CorDateTimeStatic: UtcNow (get)

UtcNow

Returns a CorDateTime that represents the current time with the UTC offset.



 Public Property Get UtcNow ( ) As CorDateTime

Return Values

CorDateTime -  The CorDateTime object representing the current time with the UTC offset.

Remarks

This method uses Windows GetSystemTime which has a resolution down to the milliseconds. There is no direct VB equivalent.

Read Only.

See Also

Project CorLib Overview

Class CorDateTimeStatic Overview