WorkWeek Members (Project)

GitHub-Mark-64px

Contribute to this content

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

Represents a single calendar work week. The WorkWeek object is a member of the WorkWeeks collection.

Methods

Name

Description

Delete

Deletes the WorkWeek object from a WorkWeeks collection.

Properties

Name

Description

Application

Gets the Application object. Read-only Object.

Finish

Gets or sets the finish date of a work week represented by the WorkWeek object. Read/write Variant.

Index

Gets the index of a WorkWeek object in the WorkWeeks containing object. Read-only Long.

Name

Gets the name of a WorkWeek object representing a work week. Read/write String.

Parent

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

Start

Gets or sets the start date of the work week. Read/write Variant.

WeekDays

Gets a WorkWeekDays collection representing the days in the work week. Read-only WorkWeekDays.