PocketPlanner Programmer's Guide

TimetableSettings.TwelveHourFormat Property

See Also

Gets or sets a value indicating whether to use a 12-hour format.

Namespace: MindFusion.Scheduling.Compact
Assembly: PocketPlanner

 Syntax

C#

public State TwelveHourFormat { get; set; }

Visual Basic

Public Property TwelveHourFormat As State

 Property Value

Specify Enabled to use 12-hour format, or Disabled to use 24-hour format. Assign Unspecified to this property to use the corresponding value from the current theme.

 See Also