Instant constructor

const Instant(
  1. DateTime time
)

Creates an instant with a time stamp.

Implementation

const Instant(DateTime time) : _time = time;