Calendar Members (Project)

GitHub-Mark-64px

Contribute to this content

Use GitHub to suggest and submit changes. See our guidelines for contributing to VBA documentation.

Methods

Name

Description

Delete

Deletes the Calendar object from a Calendars collection.

Period

Gets a Period object representing a period of time in a calendar. Read-only Period.

Reset

Resets base calendar properties to their default values; resets resource calendar properties to the values in the corresponding base calendar.

Properties

Name

Description

Application

Gets the Application object. Read-only Application.

BaseCalendar

Gets a Calendar object representing a base calendar. Read-only Object.

Enterprise

True if the calendar is an enterprise calendar, False if a local calendar. Read-only Boolean.

Exceptions

Gets the Exceptions collection object. Read-only Exceptions.

Guid

Gets the GUID of the calendar. Read-only String.

Index

Gets the index of a Calendar object in the containing Calendars collection. Read-only Long.

Name

Gets the name of a Calendar object. Read-only String.

Parent

Gets the parent of the Calendar object. Read-only Object.

ResourceGuid

Gets the GUID of the resource calendar. Read-only String.

WeekDays

Gets a Weekdays collection representing the weekdays in the calendar. Read-only Weekdays.

WorkWeeks

Gets a WorkWeeks collection representing the work weeks defined in the calendar. Read-only WorkWeeks.

Years

Gets a Years collection representing the years in the calendar. Read-only Years.