Back to Devexpress

ASPxClientCalendar.GetSelectedDate Method

aspnet-js-aspxclientcalendar-34e3c881.md

latest1023 B
Original Source

ASPxClientCalendar.GetSelectedDate Method

Returns the calendar’s selected date.

Declaration

ts
GetSelectedDate(): Date

Returns

TypeDescription
Date

A date object that represents the calendar’s selected date.

|

Remarks

Use the GetSelectedDate method to obtain the calendar’s selected date that is a date-time representation of the of the calendar’s value. The value edited by the calendar can also be accessed or changed via the ASPxClientEditBase.GetValue or ASPxClientEditBase.SetValue methods, respectively.

See Also

SetSelectedDate(date)

EnableClientSideAPI

Calendar

ASPxClientCalendar Class

ASPxClientCalendar Members