Gets or sets the time format that will be used for hour details inside events.
Namespace: DayPilot.Web.UiAssembly: DayPilot (in DayPilot.dll) Version: 8.1.3443.0 (8.1.3443.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); } |