TimeUnit

class borneo.TimeUnit[source]

Bases: object

The time unit to use.

Attributes Summary

DAYS Set TimeUnit.DAYS to use day as time unit
HOURS Set TimeUnit.HOURS to use hour as time unit

Attributes Documentation

DAYS = 2

Set TimeUnit.DAYS to use day as time unit

HOURS = 1

Set TimeUnit.HOURS to use hour as time unit