Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / ForceDayOfWeekHoliday Class / Year Property


In This Topic
    Year Property (ForceDayOfWeekHoliday)
    In This Topic
    Gets or sets the year of the forced holiday in weekdays.
    Syntax
    'Declaration
     
    
    Public Property Year As Integer
    'Usage
     
    
    Dim instance As ForceDayOfWeekHoliday
    Dim value As Integer
     
    instance.Year = value
     
    value = instance.Year
    public int Year {get; set;}

    Property Value

    An System.Int32 value that indicates the year.
    See Also