c# how to create a constant var to be used in any part of a class code example Example: constants in c# class Calendar1 { public const int Months = 12; }