[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.ForceDayOfWeekHoliday.Year

Year Property

Year

Gets or sets the year in which the ForceDayOfWeekHoliday is defined.

Declaration
public int Year { get; set; }
Public Property Year As Integer
Property Value
Type Description
int

An int value indicates the year.

Exceptions
Type Condition
ArgumentOutOfRangeException

year is less than the year of DateTime.MinValue( 1 ) or is greater than the year of DateTime.MaxValue( 9999 ).