ASPxClientCalendar.GetVisibleDate Method
In This Article
Gets the date that determines the month and year that are currently displayed in the calendar.
#Declaration
TypeScript
GetVisibleDate(): Date
#Returns
Type | Description |
---|---|
Date | The date that represents the calendar’s visible month and year. |
#Remarks
Use the GetVisibleDate method to identify the month and year that are displayed within the calendar.
See Also