<
ComponentOne OLAP for WPF and Silverlight
C1.Util Namespace / Timer Class / Interval Property

In This Topic
    Interval Property
    In This Topic
    Gets or sets the interval between timer ticks, in milliseconds.
    Syntax
    'Declaration
     
    Public Property Interval As TimeSpan
    public TimeSpan Interval {get; set;}
    See Also