Click or drag to resize

DstRuleSettings Class

The Daylight Saving Time starting and ending parameters.
Inheritance Hierarchy

Namespace:  AC908_SDK
Assembly:  AC908_SDK (in AC908_SDK.dll) Version: 1.0.2
Syntax
C#
public class DstRuleSettings : AC908ViewModel

The DstRuleSettings type exposes the following members.

Constructors
  NameDescription
Public methodDstRuleSettings
Initializes a new instance of the DstRuleSettings class
Top
Properties
  NameDescription
Public propertyHour
Gets or sets the hour of Daylight Saving Time starting and ending dates.
Public propertyMonth
Gets or sets the month of Daylight Saving Time starting and ending dates.
Public propertyN
The number stands for day or N week determined by Rule.
Public propertyRule
Gets or sets the Daylight Saving Time rule.
Public propertyWeekday
Gets or sets the day of week of Daylight Saving Time starting and ending dates. This field is only presented if the Day Rule is [!:Enums.DstRule.WeekWeekdayAndMonth] or [!:Enums.DstRule.LastWeekWeekdayAndMonth].
Top
Methods
  NameDescription
Protected methodOnPropertyChanged
Called when property changed.
(Inherited from AC908ViewModel.)
Top
Events
  NameDescription
Public eventPropertyChanged
Occurs when a property value changes.
(Inherited from AC908ViewModel.)
Top
See Also