C-DEngine 5.105

nmiCtrlDateTime..::..Use24h Property

If true, all times will be shown in 24h mode instead of AM/PM

Namespace:  nsCDEngine.Engines.NMIService
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public Nullable<bool> Use24h { get; set; }
Public Property Use24h As Nullable(Of Boolean)
	Get
	Set
public:
property Nullable<bool^> Use24h {
	Nullable<bool^> get ();
	void set (Nullable<bool^> value);
}