Spread WinForms 15
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

Property Value

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