Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / ForceHoliday Class / End Property


In This Topic
    End Property (ForceHoliday)
    In This Topic
    Gets or sets the end forced holiday.
    Syntax
    'Declaration
     
    
    Public Property End As Date
    'Usage
     
    
    Dim instance As ForceHoliday
    Dim value As Date
     
    instance.End = value
     
    value = instance.End
    public DateTime End {get; set;}

    Property Value

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