GetGlobalDuration Method
Returns the duration for the current object.
Syntax
object.GetGlobalDuration days, hours, minutes, seconds
Properties
The GetGlobalDuration method syntax has these parts:
|
Part |
Description |
|
object |
An object expression that evaluates to an object in the Applies To list. |
|
days |
Long. Returns the days portion of the duration time. |
|
hours |
Long. Returns the hours portion of the duration time. |
|
minutes |
Long. Returns the minutes portion of the duration time. |
|
seconds |
Long. Returns the seconds portion of the duration time. |

