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


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