Returns the interval for the current object.
Syntax
object.GetInterval days, hours, minutes, seconds
Properties
The GetInterval 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 interval time. |
hours |
Long. Returns the hours portion of the interval time. |
minutes |
Long. Returns the minutes portion of the interval time. |
seconds |
Long. Returns the seconds portion of the interval time. |