Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / ForceHoliday Class / Start Property


In This Topic
Start Property (ForceHoliday)
In This Topic
Gets or sets the starting forced holiday.
Syntax
'Declaration
 
Public Property Start As Date
 
'Usage
 
Dim instance As ForceHoliday
Dim value As Date
 
instance.Start = value
 
value = instance.Start

Property Value

A System.DateTime value that indicates the date that represents the forced holiday starting date.
See Also