enableSeconds property

bool enableSeconds

Enables seconds in the time picker.

Default: false

Implementation

external bool get enableSeconds;
void enableSeconds=(bool v)

Implementation

external set enableSeconds(bool v);