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

EndTimeTop

int EndTime

Get or set the end time.

Show/Hide Code

Supported from version: 1.0.0.0

HeaderTextTop

string HeaderText

Get or set the header text of TimeView.

Show/Hide Code

Supported from version: 1.0.0.0

IntervalTop

int Interval

Get or set the time interval.

Show/Hide Code

Supported from version: 1.0.0.0

NumberOfColumnsTop

int NumberOfColumns

Get or set number of columns for TimeView.

Default value : 4

Show/Hide Code

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.

Show/Hide Code

Supported from version: 1.0.0.0

StartTimeTop

int StartTime

Get or set the start time.

Show/Hide Code

Supported from version: 1.0.0.0

TimeFormatTop

string TimeFormat

Get or set the time format.

Default value : "g:i A"

Show/Hide Code

Supported from version: 1.0.0.0