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