second property

int get second

Returns the current second.

Implementation

int get second => (ticksSinceMidnight % ticksPerMinute) ~/ ticksPerSecond;