Period Object

Project Developer Reference

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")

See Also