Difference between revisions of "CalendarView.DisplayDate"
From Jeremie Leroy - XOJO Controls Wiki
m (1 revision) |
|||
Line 11: | Line 11: | ||
The currently displayed Date. | The currently displayed Date. | ||
− | Change the DisplayDate to change the current view. | + | Change the[[CalendarView.DisplayDate|DisplayDate]]to change the current view. |
==Notes== | ==Notes== | ||
If you assign a date using | If you assign a date using | ||
Line 19: | Line 19: | ||
There is no need to refresh the CalendarView to show the selected date. | There is no need to refresh the CalendarView to show the selected date. | ||
However if you alter DisplayDate without assigning it a value, the CalendarView needs to be refreshed: | However if you alter DisplayDate without assigning it a value, the CalendarView needs to be refreshed: | ||
− | |||
− | |||
− | |||
− | |||
− |
Revision as of 21:25, 6 May 2012
Property (As Date)
The currently displayed Date. Change theDisplayDateto change the current view.
Notes
If you assign a date using
Invalid language.
You need to specify a language like this: <source lang="html4strict">...</source>
Supported languages for syntax highlighting:
[Expand]
me.DisplayDate = aDate
There is no need to refresh the CalendarView to show the selected date. However if you alter DisplayDate without assigning it a value, the CalendarView needs to be refreshed: