to Components
inline fun <T> toComponents(action: (milliseconds: IntMilliseconds, microseconds: IntMicroseconds) -> T): T
Content copied to clipboard
inline fun <T> toComponents(action: (seconds: IntSeconds, milliseconds: IntMilliseconds, microseconds: IntMicroseconds) -> T): T
Content copied to clipboard
inline fun <T> toComponents(action: (minutes: IntMinutes, seconds: IntSeconds, milliseconds: IntMilliseconds, microseconds: IntMicroseconds) -> T): T
Content copied to clipboard
inline fun <T> toComponents(action: (hours: IntHours, minutes: IntMinutes, seconds: IntSeconds, milliseconds: IntMilliseconds, microseconds: IntMicroseconds) -> T): T
Content copied to clipboard
inline fun <T> toComponents(action: (days: IntDays, hours: IntHours, minutes: IntMinutes, seconds: IntSeconds, milliseconds: IntMilliseconds, microseconds: IntMicroseconds) -> T): T
Content copied to clipboard