ClockMode Enumeration

2/27/2008

Enumerates the valid display formats for the clock.

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

Syntax

'Declaration
Public Enumeration ClockMode
public enum ClockMode
public enum class ClockMode
public enum ClockMode
public enum ClockMode

Members

Member name Description
Hours12 Displays a 12 hour clock with "HH:MM:SS" format.
Hours24 Displays a 24 hour clock with "HH:MM:SS" format.
Normal Displays a clock with "MM:SS" format.
Short Displays a clock with "M:SS" format.

Remarks

Used by the ControlClock method.

The members of this enumeration replace the ROD_CLK_SHORT, ROD_CLK_NORMAL, ROD_CLK_12_int, and ROD_CLK_24_int UPOS constants.

See Also

Reference

Microsoft.PointOfService Namespace
ControlClock