Contents

xpc_date_create(_:)

Creates an XPC date object.

Declaration

func xpc_date_create(_ interval: Int64) -> xpc_object_t

Parameters

  • interval:

    The date interval which is to be boxed. Negative values indicate the number of nanoseconds before the epoch. Positive values indicate the number of nanoseconds after the epoch.

Return Value

A new date object.

See Also

Date objects