using System;var months = Calendar.Months;//months is 12Console.WriteLine(months);class Calendar { public const int Months = 12;}