adTempus API
ArcanaDevelopment.adTempus.Client Namespace / ScheduleTrigger Class / ClockChangeBehavior Property


In This Topic
    ClockChangeBehavior Property
    In This Topic
    Determines what should happen if the clock is changed on the adTempus server so that a scheduled execution time is missed or repeated
    Syntax
    'Declaration
     
    
    Public Property ClockChangeBehavior As ClockChangeBehavior
    public ClockChangeBehavior ClockChangeBehavior {get; set;}
    public:
    property ClockChangeBehavior ClockChangeBehavior {
       ClockChangeBehavior get();
       void set (    ClockChangeBehavior value);
    }
    See Also