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