Spread Silverlight Documentation
MonthOfYearType Enumeration


GrapeCity.Windows.SpreadSheet.Data Namespace : MonthOfYearType Enumeration
Specifies the month in which the date occurs.
Syntax
'Declaration
 
Public Enum MonthOfYearType 
   Inherits System.Enum
'Usage
 
Dim instance As MonthOfYearType
public enum MonthOfYearType : System.Enum 
Members
MemberDescription
April Indicates April.
August Indicates August.
December Indicates December.
February Indicates February.
January Indicates January.
July Indicates July.
June Indicates June.
March Indicates March.
May Indicates May.
November Indicates November.
October Indicates October.
September Indicates September.
Inheritance Hierarchy

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

See Also

Reference

GrapeCity.Windows.SpreadSheet.Data Namespace