A RotateEnum expression that specifies the
direction to move the calendar
Count as Variant
A Long expression that indicates the number of times, the Move occurs.
The Move method moves the calendar back/forward one year/month.
The Move method updates the control's Date
property. The PrevMonth method moves the calendar back one month.
The NextMonth method moves the calendar forward one month.
The PrevYear method moves the calendar back one year.
The NextYear method moves the calendar forward one year.
The Year property specifies the year of
the current browsed date.
The Move method move's the browsing date:
back one month, if the Direction is
exRotateLeft
forward one month, if the Direction is exRotateRight
back one year, if the Direction is
exRotateUp
forward one year, if the Direction is
exRotateDown