ComponentOne Tiles for UWP
C1.UWP.Tile Assembly / C1.Xaml.Tile Namespace / C1TileService Class / UpdateInterval Property

In This Topic
    UpdateInterval Property
    In This Topic
    Gets or sets the Windows.Foundation.TimeSpan value specifying the maximum time interval between tile updates.
    Syntax
    'Declaration
     
    Public Shared Property UpdateInterval As System.TimeSpan
    public static System.TimeSpan UpdateInterval {get; set;}
    See Also