Structureswift 6.0.1FoundationEssentials
WeekendRange
struct WeekendRange
struct WeekendRange
import FoundationEssentials
protocol Equatable
A type that can be compared for value equality.
protocol Hashable : Equatable
A type that can be hashed into a Hasher
to produce an integer hash value.
protocol Sendable
init(onsetTime: TimeInterval? = nil, ceaseTime: TimeInterval? = nil, start: Int, end: Int)
var ceaseTime: TimeInterval?
var end: Int
var onsetTime: TimeInterval?
var start: Int
static func != (lhs: Self, rhs: Self) -> Bool
Returns a Boolean value indicating whether two values are not equal.