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