ICalendarSetup.StartDay

Syntax

StartDay: DateTime;

Description

The StartDay property determines start date of the calendar.

Comments

The calendar start date is generated when the StartDay property is set: 01.01.YYYY, where YYYY is the year that is specified in user date.

End date of the calendar is determined in the ICalendarSetup.EndDay property.

Example

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

See also:

ICalendarSetup