Share via


Weekdays Property

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

Example

The following example makes Friday a nonworking day in the calendar for the active project.

Sub MakeFridaysNonworking()
    ActiveProject.Calendar.Weekdays(pjFriday).Working = False
End Sub

Applies to | Calendar Object, Calendars Collection Object

See Also | WeekDay Object, WeekDays Collection Object