Time Output State Variable Reference

Table of contents


Introduction

Time Output state variables represent time interval outputs. The state variable value is the time in minutes. The rendered output is in hh:mm format.

Constructor

Syntax

ctl.createPage({
	...,
	stateVarInfo:[
		{type:'timeOutput', ...},
	],
})

Parameters


Instance methods

Inherited methods

Note: The component() method returns a TimeOutputSvComponent.


Instance properties

Inherited properties


Component attributes

Inherited attributes


DOM element