Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / DropDownCalendar Class / FirstFiscalMonth Property


In This Topic
    FirstFiscalMonth Property (DropDownCalendar)
    In This Topic
    Gets or sets the first fiscal month of the year.
    Syntax
    'Declaration
     
    
    Public Property FirstFiscalMonth As Months
    'Usage
     
    
    Dim instance As DropDownCalendar
    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