TimeChangeRuleEffectiveDay Property

Gets the earliest day of the month that the rule begins on.

Definition

Namespace: InnerDrive.TimeZones
Assembly: InnerDrive.TimeZones (in InnerDrive.TimeZones.dll) Version: 5.2.9017.0
C#
public int EffectiveDay { get; }

Property Value

Int32

Remarks

The default is 1, meaning the rule can begin on any day of the month.

If OrdinalWeekday is Exact, EffectiveDay will contain the exact day of the month the rule begins on.

See Also