Gets or sets the time-format for hour numbers (on the top).

Namespace: DayPilot.Web.Ui
Assembly: DayPilot (in DayPilot.dll) Version: 6.8.2460.0 (6.8.2460.0)

Syntax

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

See Also