Spread Windows Forms 12.0 Product Documentation
End Property (ForceWorkday)


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

Property Value

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

Reference

ForceWorkday Class
ForceWorkday Members