pyacs.lib.timeperiod.epoch_begin

TimePeriod.epoch_begin implementation.

pyacs.lib.timeperiod.epoch_begin.epoch_begin(self)[source]

Return the start time as Unix timestamp (epoch seconds).

Returns:

Start time in epoch seconds.

Return type:

int

Raises:

TimePeriodUndefinedError – If the period is not defined.