Spread Windows Forms 12.0 Product Documentation
StartDay Property


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > Holiday Class : StartDay Property
Gets or sets the starting day of the holiday.
Syntax
'Declaration
 
Public Property StartDay As Integer
'Usage
 
Dim instance As Holiday
Dim value As Integer
 
instance.StartDay = value
 
value = instance.StartDay
public int StartDay {get; set;}

Property Value

An integer value that represents the holiday starting day which ranges from 1 through the number of days in a month.
See Also

Reference

Holiday Class
Holiday Members