Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / CalendarType Enumeration

In This Topic
    CalendarType Enumeration
    In This Topic
    Specifies the calendar type.
    Syntax
    'Declaration
     
    Public Enum CalendarType 
       Inherits System.Enum
    public enum CalendarType : System.Enum 
    Members
    MemberDescription
    Gregorian Gregorian.
    GregorianArabic Gregorian Arabic. Only available in Office 2010.
    GregorianMeFrench Gregorian French. Only available in Office 2010.
    GregorianTransliteratedEnglish Gregorian transliterated English.
    GregorianTransliteratedFrench Gregorian transliterated French.
    GregorianUs Gregorian USA. Only available in Office 2010.
    Hebrew Hebrew
    Hijri Hijri.
    Japan Japanese emperor era.
    Korea Korean Tangun Era.
    None None. Only available in Office 2010.
    Saka Saka Era.
    Taiwan Taiwan.
    Thai Thai.
    Umalqura Umalqura. Only available in Office 2010.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Documents.Word.CalendarType

    See Also