Last updated January 26, 2002

Schedule+ Printing Model / Overview Layout Description Print Objects and Properties Paper Format Description
Print Objects and Properties Objects Properties
Properties DATEFMT DELTAYMD OPTIONS OVERFLOW RANGE STYLES TIMEFMT VALUE

DELTAYMD

For each page there is a specific date called the print date. For the DAILY type view, the print date is the date the user enters in the Print dialog box, and is incremented by one day for each page printed.
Most objects use the print date to output information. Using this property, the print date can be modified on a per-object basis. This property has the following format:

DELTAYMD {count},DAY|WEEK|MONTH|YEAR

This format changes the print date by the specified count (positive or negative). For example, the following syntax prints information for the day after the print date:

DELTAYMD	1, DAY

The following syntax prints information for the same day two weeks ago:

DELTAYMD	-2, WEEK