Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / SpecialDateType Enumeration


In This Topic
    SpecialDateType Enumeration
    In This Topic
    Specifies the type of date value.
    Syntax
    'Declaration
     
    Public Enum SpecialDateType 
       Inherits System.Enum
    'Usage
     
    Dim instance As SpecialDateType
    public enum SpecialDateType : System.Enum 
    Members
    MemberDescription
    DayDetermines whether the value represents a day of the month.
    MonthDetermines whether the value represents a month.
    QuarterDetermines whether the value represents a quarter.
    WeekDetermines whether the value represents a week in the month.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Windows.SpreadSheet.Data.SpecialDateType

    See Also