[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Gets or sets the 12/24 time format preference

Namespace:  MKB.TimePicker
Assembly:  TimePicker (in TimePicker.dll)

Syntax

         
 C#  Visual Basic  Visual C++ 
public TimeSelector..::.TimeFormat SelectedTimeFormat { get; set; }
Public Property SelectedTimeFormat As TimeSelector..::.TimeFormat
public:
property TimeSelector..::.TimeFormat SelectedTimeFormat {
	TimeSelector..::.TimeFormat get ();
	void set (TimeSelector..::.TimeFormat value);
}

See Also