DateRelativeGoTo()

Sets the calendar date forward (positive) or backward (negative) relative to the current date. If no parameters are specified, the date is set to the current date.

Token ID

BFTKN_GOTO_DATE or 337

Syntax

VOID DateRelativeGoTo([DWORD RelativeDay]; 
                      [WORD RelativeMonth];
                      [WORD RelativeYear])

Parameters

RelativeDay As DWORD

(Optional) Number of days. Default to today's date.

RelativeMonth As WORD

(Optional) Number of months. Defaults to today's date.

RelativeYear As WORD

(Optional) Number of years. Defaults to today's date.