RecurringDateTransitionType.Day Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The Day property gets or sets the day of the month on which the time zone transition occurs.
public:
property int Day { int get(); void set(int value); };
public int Day { get; set; }
Public Property Day As Integer
Property Value
The value of the Day property is an integer that represents the day of the month on which the time zone transition occurs.