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