Shift Object Members
Project Developer Reference |
A Shift object represents a work shift for a day, month, period, weekday, or year. There is no collection for Shift objects. The Shift object can be accessed through the Shiftn properties of the appropriate objects, such as the Shift1 property of the Day object.
Methods
Name | Description | |
---|---|---|
Clear | Clears the start and finish times of a work shift. |
Properties
Name | Description | |
---|---|---|
Application | Returns an Application object. Read-only Object. | |
Finish | Returns or sets the finish date of a work shift. Read/write Variant. | |
Index | Returns the index of an object in its containing collection. Returns a shift number (1, 2, or 3). Read-only Integer. | |
Parent | Returns the parent of the object. Read-only Object. | |
Start | Returns or sets the start date of a work shift. Read/write Variant. |