Twilight constructor

Twilight(
  1. Instant begining,
  2. Instant ending
)

Implementation

Twilight(this.begining, this.ending);