Open Instance Methodswift 6.0.3Foundation
send(before:)
func send(before date: Date) -> Bool
func send(before date: Date) -> Bool
s10Foundation11PortMessageC4send6beforeSb0A10Essentials4DateV_tF
What are these?2VCMQ
import Foundation
class PortMessage
struct Date
Date
represents a single point in time.
@frozen struct Bool
A value type whose instances are either true
or false
.
init(sendPort: Port?, receivePort replyPort: Port?, components: [AnyObject]?)
var components: [AnyObject]? { get }
var msgid: UInt32
var receivePort: Port? { get }
var sendPort: Port? { get }
func copy(with zone: NSZone?) -> Any