EllaTime constructor

EllaTime(
  1. int seconds
)

Default constructor which accepts total seconds.

Implementation

EllaTime(int this.seconds);