CGDisplayReservationInterval
The time interval for a fade reservation.
Declaration
typealias CGDisplayReservationInterval = FloatDiscussion
A fade reservation interval is a period of time during which a specific display is reserved for a fade operation. Fade reservation intervals range from 1 to kCGMaxDisplayReservationInterval seconds.
For more information about fade reservations, see the function CGAcquireDisplayFadeReservation(_:_:). Fade reservation tokens are discussed in CGDisplayFadeReservationToken.