Click or drag to resize

DstRule Enumeration

Determines the date of starting/ending DST.

Namespace:  AC908_SDK.Enums
Assembly:  AC908_SDK (in AC908_SDK.dll) Version: 1.0.2
Syntax
C#
public enum DstRule
Members
  Member nameValueDescription
DayAndMonth0 Determined by N day and month.
NthWeekWeekdayAndMonth1 Determined by given Nth week, weekday and month.
LastNthWeekWeekdayAndMonth2 Determined by given N-last week, weekday and month.
See Also