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

Returns the AM/PM value

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

Syntax

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

Field Value

test value

Remarks

test  remarks

Examples

this is a test example

ampm=false;

See Also