<cTimer>.Intermediate_Count

<< Click to Display Table of Contents >>

Navigation:  ThinBASIC Core Language > BuiltIn Functions > Date and Time > cTimer > cTimer Methods >

<cTimer>.Intermediate_Count

 

Description

 

Returns the number of intermediate timer currently present in the instantiated cTimer variable.

 

Syntax

 

n = <cTimer>.Intermediate_Count

 

Returns

 

Number: number of intermediate timers present in cTimer instantiated variable

0 means no intermediate timers has been set.

 

Parameters

 

Name

Type

Optional

Meaning





 

Remarks

 

Restrictions

 

See also

 

<cTime>.Elapsed, <cTime>.ElapsedToString

 

Examples