Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / ForceWorkday Class / Start Property


In This Topic
    Start Property (ForceWorkday)
    In This Topic
    Gets or sets the start date of ForceWorkday.
    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 indicates the date that represents the forced workday starting date.
    See Also