-
Notifications
You must be signed in to change notification settings - Fork 0
Time Module
syeyoung edited this page Jul 16, 2020
·
1 revision
Time module contains blocks defined in sensing tab related to time
Time module can be imported via
Require "Time";
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)
N/A