Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / DateSpin Class / IncrementValue Property


In This Topic
    IncrementValue Property (DateSpin)
    In This Topic
    Gets or sets the increment value.
    Syntax
    'Declaration
     
    
    Public Property IncrementValue As TimeSpan
    'Usage
     
    
    Dim instance As DateSpin
    Dim value As TimeSpan
     
    instance.IncrementValue = value
     
    value = instance.IncrementValue
    public TimeSpan IncrementValue {get; set;}

    Property Value

    A System.TimeSpan value that indicates the increment value.
    See Also