Period

enum Period

Describe the period of the day in order to understand if the environment time represent a day time or a night time. See also TimeStamp.period.

trait Enum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Type members

Enum entries

case DAY extends Period

It represents the day.

It represents the day.

case NIGHT extends Period

It represents the night.

It represents the night.

case START_DAY extends Period

It represents the first minute of the day.

It represents the first minute of the day.

case START_NIGHT extends Period

It represents the first minute of the night.

It represents the first minute of the night.