second property
int
get
second
Returns the current second.
Implementation
int get second => (ticksSinceMidnight % ticksPerMinute) ~/ ticksPerSecond;
Returns the current second.
int get second => (ticksSinceMidnight % ticksPerMinute) ~/ ticksPerSecond;