ClockFunction Enumeration

Indicates a clock command.

Namespace: Microsoft.PointOfService
Assembly: Microsoft.PointOfService (in microsoft.pointofservice.dll)

Usage

'Usage
Dim clockFunction1 As ClockFunction = ClockFunction.Move

Syntax

'Declaration
Public Enum ClockFunction
public enum ClockFunction
public enum class ClockFunction
public enum ClockFunction
public enum ClockFunction

Members

Member name Description
Move Moves an instantiated clock to a new position.
Pause Temporarily stops a clock from updating the display until a Resume is requested.
Resume Resumes a clock that was previously paused, such that display updates continue.
Start Starts a clock display assigned to the given clockId.
Stop Permanently stops the clock from updating the display and the clockId becomes free.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows Longhorn, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.PointOfService Namespace
ControlClock