Period Object

Calendar
Period
Multiple objects

Represents a period in a calendar. There is no collection for Period objects.

Using the Period Object

Use the Period method to return a Period object. The following example sets P as an object reference to the last week in September 2002.

Dim P As Period

Set P = ActiveProject.Calendar.Period("9/30/02", "10/4/02")

Properties | Application Property | Calendar Property | Count Property | Parent Property | Shiftn Property | Working Property | Working Property

Methods | Default Method

Parent Objects | Calendar Object, Calendars Collection Object

Child Objects | Calendar Object, Calendars Collection Object | Shift Object

See Also | Period Method