toComponentValues

inline fun <T> toComponentValues(action: (hours: Long, minutes: Int) -> T): T
inline fun <T> toComponentValues(action: (days: Long, hours: Int, minutes: Int) -> T): T