ASPxClientScheduler.GetTopRowTime Method
Gets the time of the day corresponding to the start of the topmost displayed time cell row.
Declaration
GetTopRowTime(
viewType?: ASPxSchedulerViewType
): number
Parameters
| Name | Type | Description |
|---|---|---|
| viewType | ASPxSchedulerViewType | An ASPxSchedulerViewType enumeration member, representing the scheduler’s View. It can be either “Day” or “WorkWeek”, otherwise the result is undefined. |
Returns
| Type | Description |
|---|---|
| number | The number of milliseconds passed since the start of the day. |
Remarks
Use this property to obtain the scheduler’s topmost displayed time, which is the start time of the time cell in the top row.
See Also