Name

GregorianCalendarTypes

Synopsis

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
End Enum

Hierarchy

System.ObjectSystem.ValueType System.Enum(System.IComparable, System.IFormattable, System.IConvertible) GregorianCalendarTypes

Returned By

GregorianCalendar.CalendarType

Passed To

GregorianCalendar.{CalendarType, GregorianCalendar()}

Get VB.NET Core Classes in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.