DateAbsoluteGoTo()

Changes the calendar date to a specified day, month, and year. An error message is displayed if the day, month, and year are out of range.

Token ID

AFTKN_GOTO_DATE_ABS or 556

Syntax

VOID DateAbsoluteGoTo([WORD Day], [WORD Month], [WORD Year])

Parameters

Day As WORD

(Optional) Defaults to today's date.

Month As WORD

(Optional) Defaults to today's date.

Year As WORD

(Optional) Full year string (for example, 2012). Defaults to today's date.

Remarks

NOTE:Make sure the calendar view is being displayed.