Nevron Open Vision Documentation
Nevron.Nov Namespace / NTimer Class / Group Property


In This Topic
    Group Property (NTimer)
    In This Topic
    Gets or sets whether the timer is allowed to be grouped with other timers that have the same interval. When this property is set to true, and a timer of the same group is already created, the first tick may occur in a shorted interval of time. The change of this property restarts the timer, if it was started. By default set to false.
    Syntax
    'Declaration
     
    
    Public Property Group As System.Boolean
    'Usage
     
    
    Dim instance As NTimer
    Dim value As System.Boolean
     
    instance.Group = value
     
    value = instance.Group
    public System.bool Group {get; set;}
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also