Spread Windows Forms 12.0 Product Documentation
Start Property (ForceWorkday)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > ForceWorkday Class : Start Property
Gets or sets the starting forced workday.
Syntax
'Declaration
 
Public Property Start As Date
'Usage
 
Dim instance As ForceWorkday
Dim value As Date
 
instance.Start = value
 
value = instance.Start
public DateTime Start {get; set;}

Property Value

The System.DateTime value that indicates the date that represents the forced workday starting date.
See Also

Reference

ForceWorkday Class
ForceWorkday Members