Difference between revisions of "Comparing time value formats"
From EtherWiki
m (Using time values moved to Comparing time value formats) |
|
(No difference)
|
Revision as of 03:25, 21 June 2012
Datetime object
The add_duration()
method takes a parameter that represents a duration in a single unit of time.
DURATION[y|M|d|h|m|s]
The format()
method takes a parameter that uses the Java date format pattern syntax.
The format_difference()
method formats the datetime value as HH:mm:ss
.
The sensor service minimum_update
property takes an integer value in milliseconds.
The timer service duration
property takes a value formatted as h:m:s
, m:s
, or s
.