LitDev.LDTimer.Add C# (CSharp) Method

Add() public static method

Create a new timer. All timers created with this method call the event subroutine defned by Tick.
public static Add ( ) : Primitive
return Primitive
        public static Primitive Add()
        {
            ObjTimer objTimer = GetNewTimer();
            return objTimer.Name;
        }