time property

String time

Get time with format: '00:00'.

Implementation

String get time;
void time=(String t)

Set time with format: '00:00'.

Implementation

set time(String t);