In The Hand LtdIn The Hand
Clock Class
NamespacesInTheHand.VisualBasic.DevicesClock
.NET Components for Mobility
Provides properties for accessing the current local time and Universal Coordinated Time (equivalent to Greenwich Mean Time) from the system clock.
Declaration Syntax
C#Visual Basic
public class Clock
Public Class Clock
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
Clock()()()()
Initializes a new instance of the Clock class

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize()()()()
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the Type of the current instance.
(Inherited from Object.)
GmtTime
Gets a Date object that contains the current local date and time on the computer, expressed as a UTC (GMT) time.

LocalTime
Gets a Date object that contains the current local date and time on this computer.

MemberwiseClone()()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
TickCount
Gets the millisecond count from the computer's system timer.

ToString()()()()
Returns a String that represents the current Object.
(Inherited from Object.)
Remarks
For more detailed information, see the Visual Basic topic My.Computer.Clock Object.

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.

Inheritance Hierarchy
Object
Clock

Assembly: InTheHand.VisualBasic (Module: InTheHand.VisualBasic) Version: 7.0.0.0