WeekDay Properties (Project)

GitHub-Mark-64px

Contribute to this content

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

Properties

Name

Description

Application

Gets the Application object. Read-only Application.

Calendar

Gets a Calendar object representing the calendar containing the WeekDay object. Read-only Calendar.

Count

Gets the value 1 for the number of days in the WeekDay object. Read-only Integer.

Index

Gets the index of a WeekDay object in the WeekDays containing object. Read-only Integer.

Name

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

Parent

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

Shift1

Gets a Shift object representing the first work shift in a weekday. Read-only Shift.

Shift2

Gets a Shift object representing the second work shift in a weekday. Read-only Shift.

Shift3

Gets a Shift object representing the third work shift in a weekday. Read-only Shift.

Shift4

Gets a Shift object representing the fourth work shift in a weekday. Read-only Shift.

Shift5

Gets a Shift object representing the fifth work shift in a weekday. Read-only Shift.

Working

True if the week day is a working day. Read/write Boolean.