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


In This Topic
    Year Property (ForceDayOfWeekHoliday)
    In This Topic
    Gets or sets the year in which the ForceDayOfWeekHoliday is defined.
    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 indicates the year.
    Exceptions
    ExceptionDescription
    year is less than the year of DateTime.MinValue( 1 ) or is greater than the year of DateTime.MaxValue( 9999 ).
    See Also