Static Methodswift-cloud 0.31.0CloudCore->Swift
minutes(_:)
Duration.swift:4static func minutes<T>(_ seconds: T) -> Duration where T : BinaryInteger
static func minutes<T>(_ seconds: T) -> Duration where T : BinaryInteger
import Swift
import CloudCore
@frozen struct Duration
A representation of high precision time.
protocol BinaryInteger : CustomStringConvertible, Hashable, Numeric, Strideable where Self.Magnitude : BinaryInteger, Self.Magnitude == Self.Magnitude.Magnitude
An integer type with a binary representation.
static func days<T>(_ seconds: T) -> Duration where T : BinaryInteger
static func hours<T>(_ seconds: T) -> Duration where T : BinaryInteger