Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / DropDownCalendarInfo Class / FirstFiscalMonth Property


In This Topic
    FirstFiscalMonth Property (DropDownCalendarInfo)
    In This Topic
    Gets or sets the first fiscal month of the year.
    Syntax
    'Declaration
     
    
    Public Property FirstFiscalMonth As Months
    'Usage
     
    
    Dim instance As DropDownCalendarInfo
    Dim value As Months
     
    instance.FirstFiscalMonth = value
     
    value = instance.FirstFiscalMonth
    public Months FirstFiscalMonth {get; set;}

    Property Value

    A Months value that indicates the first fiscal month of the year.
    The default is Months.Default.
    Remarks
    The FirstFiscalMonth property determines which month to display first.
    See Also