[This is preliminary documentation and is subject to change.]
Day Property
| C# | Visual Basic | Visual C++ |
public int Day { get; set; }
Public Property Day As Integer
public: property int Day { int get (); void set (int value); }