ComponentOne DataFilter for WPF
C1.WPF.DataFilter Namespace / DateTimeOffsetFilter Class / TimeIncrement Property

In This Topic
    TimeIncrement Property (DateTimeOffsetFilter)
    In This Topic
    Gets or sets the increment applied when the user pressed the up/down arrow keys in a time part.
    Syntax
    'Declaration
     
    
    Public Property TimeIncrement As TimeSpan
    public TimeSpan TimeIncrement {get; set;}
    See Also