My.Computer.Clock Object

Provides properties for accessing the current local time and Universal Coordinated Time (equivalent to Greenwich Mean Time) from the system clock.

Remarks

The My.Computer.Clock object provides properties to find the current local time for the computer and the UTC time. It also exposes the millisecond count from the computer's system timer.

Example

This example uses the My.Computer.Clock.LocalTime property to display the local time of the computer on which the code runs.

MsgBox("Current local time: " & My.Computer.Clock.LocalTime)

Requirements

Namespace:Microsoft.VisualBasic.Devices

Class:Clock

Assembly: Visual Basic Runtime Library (in Microsoft.VisualBasic.dll)

See Also

Reference

My.Computer.Clock Object Members

My.Computer Object

Microsoft.VisualBasic.Devices.Clock