public virtual int Month { get; set; }Public Overridable Property Month As Integer
Get
Setpublic:
virtual property int Month {
int get ();
void set (int value);
}abstract Month : int with get, set
override Month : int with get, set| ArgumentOutOfRangeException | An exception will be thrown if the month is not between 1 and 12. |