Skip to content

Time Module

syeyoung edited this page Jul 16, 2020 · 1 revision

Time Module

Time module contains blocks defined in sensing tab related to time

Time module can be imported via

Require "Time";

Defined Functions

the function names and its functions are straightforward.

Time::getMinute() : (Expression only)

Time::getSecond() : (Expression only)

Time::getDaysSince2000() : (Expression only)

Time::getTimer() : (Expression only)

Time::getCurrent(field: Text) : (Expression only)

Time::getYear() : (Expression only)

Time::getHour() : (Expression only)

Time::getDayOfWeek() : (Expression only)

Time::resetTimer() : reset timer

Time::getMonth() : (Expression only)

Time::getDate() : (Expression only)

Defined Events

N/A

Clone this wiki locally