Structsยง
- A mock
TimeSource
that can be manipulated as needed. - A default
TimeSource
implementation that usesSystemTime::now()
andInstant::now()
to get the current times.
TimeSource
that can be manipulated as needed.TimeSource
implementation that uses SystemTime::now()
and Instant::now()
to get
the current times.