Construct from time components
factory EllaTime.fromComponents(int hours, int minutes, int seconds) { return new EllaTime( componentsToSeconds(hours, minutes, seconds) ); }