secondOfMinute property

int secondOfMinute

Gets the second of this offset date and time within the minute, in the range 0 to 59 inclusive.

Implementation

int get secondOfMinute => localDateTime.secondOfMinute;