Duration Property
The duration of time.
Syntax
public String getDuration(); public void setDuration(String duration);
Remarks
The duration of time being tracked.
Time is represented in hours followed by minutes, with the character ':' (colon) separating them. For instance, two hours and thirty minutes is represented as "2:30". Seconds are not supported.
Default Value
""