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


In This Topic
    Year Property (ForceDayOfWeekWorkday)
    In This Topic
    Gets or sets the year of the forced workday in weekdays.
    Syntax
    'Declaration
     
    
    Public Property Year As Integer
    'Usage
     
    
    Dim instance As ForceDayOfWeekWorkday
    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