``` public int Month { get ...
# random
k
Copy code
public int Month
    {
        get
        {
            return month;
        }
    }