---
title: kQCPlugInTimeModeNone
framework: quartz
role: symbol
role_heading: Global Variable
path: quartz/kqcplugintimemodenone
---

# kQCPlugInTimeModeNone

No time dependency. The custom patch does not depend on time at all. (It does not use the time  parameter of the execute:atTime:withArguments: method.)

## Declaration

```swift
var kQCPlugInTimeModeNone: QCPlugInTimeMode { get }
```

## See Also

### Constants

- [kQCPlugInTimeModeIdle](quartz/kqcplugintimemodeidle.md)
- [kQCPlugInTimeModeTimeBase](quartz/kqcplugintimemodetimebase.md)
