Spread Silverlight Documentation
SpecialDateType Enumeration


GrapeCity.Windows.SpreadSheet.Data Namespace : SpecialDateType Enumeration
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
Day Determines whether the value represents a day of the month.
Month Determines whether the value represents a month.
Quarter Determines whether the value represents a quarter.
Week Determines whether the value represents a week in the month.
Inheritance Hierarchy

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

See Also

Reference

GrapeCity.Windows.SpreadSheet.Data Namespace