OnTimeOut Event
Occurs depending on the TriggerType of the Timer:
OneShot - The event is fired at the StartTime.
Continuous - The event is fired at the StartTime and then at the interval specified for the Interval property.
Daily - The event is fired at the StartTime for those days that have been configured (see DaysOfWeek).
Monthly - The event is fired at the StartTime for every day that has been configured (see DaysOfMonth).
Syntax
object_OnTimeOut(ByVal lTimerId As Long)
Properties
The OnTimeOut event syntax has these parts:
Part |
Description |
Object |
An object expression that evaluates to an object in the Applies To list. |
lTimerId |
Reserved. |