Skip to main content

ASPxClientCalendar.GetSelectedDate Method

Returns the calendar’s selected date.

#Declaration

TypeScript
GetSelectedDate(): Date

#Returns

Type Description
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