Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / CalendarType Enumeration
Example Example


In This Topic
    CalendarType Enumeration
    In This Topic
    The enum represents calendar type.
    Syntax
    'Declaration
     
    
    Public Enum CalendarType 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As CalendarType
    public enum CalendarType : System.Enum 
    Members
    MemberDescription
    MonthDayMonth-Day
    YearMonthYear-Month
    Example
    This example sets properties for the calendar.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             FarPoint.Web.Spread.CalendarType

    See Also