Gets or sets the time format that will be used for hour details inside events.

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

Syntax

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

See Also