Skip to content

Interface: ICalendarSectionProxy

A ICalendarProxy can get/set the section's calendar dates, as well as scroll to a given date.

Hierarchy

Implemented by

Summary

Properties

Class Properties

Currently none in this class.

Inherited Properties

Methods

Class Methods

Inherited Methods

Methods

getSelectedDate

getSelectedDate(): Date

Returns the selected date based on device's local time zone via JavaScript Date Object

Returns: Date


scrollToDate

scrollToDate(dateInput: any): any

Scrolls the calendar to the specified date based on device's local time zone. Accepted values: date string in "yyyy-MM-dd" or "yyyy-MM-ddThh:mm:ss" format, JavaScript Date Object.

Parameters:

Name Type Description
dateInput any

Returns: any


setSelectedDate

setSelectedDate(dateInput: any): any

Changes the selected date in the calendar based on device's local time zone. Accepted inputs: date string in "yyyy-MM-dd" or "yyyy-MM-ddThh:mm:ss" format, JavaScript Date Object.

Parameters:

Name Type Description
dateInput any

Returns: any