March 2002
Intermediate to advanced
864 pages
31h 8m
English
GregorianCalendarTypes
This enumeration specifies some language-specific variations
of the Gregorian calendar that can be set with the GregorianCalendar.CalendarType property.
public enum GregorianCalendarTypes { Localized = 1, USEnglish = 2, MiddleEastFrench = 9, Arabic = 10, TransliteratedEnglish = 11, TransliteratedFrench = 12 }
System.Object→System.ValueType→System.Enum(System.IComparable, System.IFormattable, System.IConvertible)→GregorianCalendarTypes
GregorianCalendar.CalendarType
GregorianCalendar.{CalendarType, GregorianCalendar()}