semantique.components.time

semantique.components.time#

class semantique.components.time[source]#

Components of the time dimension.

__init__()#

Methods

__init__()

Attributes

DAY

Component storing the day number of a timestamp.

DAY_OF_WEEK

Component storing the day of the week of a timestamp.

DAY_OF_YEAR

Component storing the day of the year of a timestamp.

HOUR

Component storing the hour of a timestamp.

MINUTE

Component storing the minute of a timestamp.

MONTH

Component storing the month number of a timestamp.

QUARTER

Component storing the year quarter of a timestamp.

SEASON

Component storing the season of a timestamp.

SECOND

Component storing the second of a timestamp.

WEEK

Component storing the week number of a timestamp.

YEAR

Component storing the year of a timestamp.