ICalendarSetup.EndDay

Syntax

EndDay: DateTime;

Description

The EndDay property determines end date for the calendar.

Comments

The calendar end date is generated when the EndDay property is set: 31.12.YYYY, where YYYY is the year that is specified in user date.

Start date of calendar is set in the ICalendarSetup.StartDay property.

Example

The method use is given in the example for ICalendarDimension.Setup.

See also:

ICalendarSetup