TimeViewSettings Class [PHP]
Summary
Properties | Description | |
EndTime | Get or set the end time. | |
HeaderText | Get or set the header text of TimeView. | |
Interval | Get or set the time interval. | |
NumberOfColumns | Get or set number of columns for TimeView. | |
Orientation | Get or set the rendering orientation of month. | |
StartTime | Get or set the start time. | |
TimeFormat | Get or set the time format. |
Properties Detail
HeaderTextTop
string HeaderText
Get or set the header text of TimeView.
Supported from version: 1.0.0.0
NumberOfColumnsTop
int NumberOfColumns
Get or set number of columns for TimeView.
Default value : 4
Supported from version: 1.0.0.0
OrientationTop
string Orientation
Get or set the rendering orientation of month.
Allowed values :
- "Horizontal" : Render month days horizontally.
- "Vertical" : Render month days vertically.
Supported from version: 1.0.0.0
TimeFormatTop
string TimeFormat
Get or set the time format.
Default value : "g:i A"
Supported from version: 1.0.0.0