Hi, I am trying to understand how the DatePicker and TimePicker templates work, specifically how the properties Day, Month and Year (or Hour, Minute and Second) are updated with the selected date or time. I can see that there is a property called "OnChange" of type slot, which receives a postsignal from the onEndSlide slot method. The comment nedt to the 'postsignal' instruction reads "// Notify the owner of the date picker, that the user has selected another date." (for the date picker).
But where is the code which actually updates the values of Day, Month and Year with the user selected values?