public int Hour { get; set; }
Public Property Hour As Integer
public: property int Hour { int get (); void set (int value); }