Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / CalendarType Enumeration


In This Topic
    CalendarType Enumeration
    In This Topic
    Syntax
    'Declaration
     
    
    Public Enum CalendarType 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As CalendarType
    public enum CalendarType : System.Enum 
    Members
    MemberDescription
    GregorianWhen the item is serialized out as xml, its value is "gregorian".
    GregorianArabicWhen the item is serialized out as xml, its value is "gregorianArabic".
    GregorianMiddleEastFrenchWhen the item is serialized out as xml, its value is "gregorianMeFrench".
    GregorianTransliteratedEnglishWhen the item is serialized out as xml, its value is "gregorianXlitEnglish".
    GregorianTransliteratedFrenchWhen the item is serialized out as xml, its value is "gregorianXlitFrench".
    GregorianUsWhen the item is serialized out as xml, its value is "gregorianUs".
    HebrewWhen the item is serialized out as xml, its value is "hebrew".
    HijriWhen the item is serialized out as xml, its value is "hijri".
    JapanWhen the item is serialized out as xml, its value is "japan".
    KoreaWhen the item is serialized out as xml, its value is "korea".
    NoneWhen the item is serialized out as xml, its value is "none".
    TaiwanWhen the item is serialized out as xml, its value is "taiwan".
    ThaiWhen the item is serialized out as xml, its value is "thai".
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Spreadsheet.CalendarType

    See Also