Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / ForceDayOfWeekWorkday Class / Year Property


In This Topic
    Year Property (ForceDayOfWeekWorkday)
    In This Topic
    Gets or sets the year in which the ForceDayOfWeekWorkday is defined.
    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 indicates the year.
    See Also