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


In This Topic
    ObserveDST Property
    In This Topic
    Specifies whether the trigger should observe Daylight Saving Time (DST)
    Syntax
    'Declaration
     
    
    Public Property ObserveDST As Boolean
    public bool ObserveDST {get; set;}
    public:
    property bool ObserveDST {
       bool get();
       void set (    bool value);
    }
    Remarks

    If true (the default) the schedule is adjusted to reflect Daylight Saving Time. If false the schedule ignores Daylight Saving Time.

    This setting has no effect if TimeZoneRule is ArcanaDevelopment.adTempus.Shared.TimeZoneRule.SpecifiedTimeZone and TimeZoneOffset is set. It is still considered when TimeZoneID is set.

    See Also