Lipi Reference Lipi

Functions

input.time()

A time setting, returned as an int. The date functions take a time and a timezone, so a value from here can be fed to `hour`, `year` and the rest.

Syntax

                input.time(const int defval, const string title, const string tooltip, const string inline, const string group, const bool confirm) → input int
              

Arguments

defval required const int The time the control starts at. Required.
title const string The label shown beside the control.
tooltip const string Help text for the control.
inline const string A key that puts several controls on one row.
group const string A heading the control sits under.
confirm const bool Asks the reader to confirm the value.

Return Type

input int