<!--
{
  "availability" : [
    "iOS: 11.0.0 - 27.0.0",
    "iPadOS: 11.0.0 - 27.0.0",
    "macCatalyst: 13.1.0 - 27.0.0",
    "visionOS: 1.0.0 - 27.0.0",
    "watchOS: 4.0.0 - 27.0.0"
  ],
  "documentType" : "symbol",
  "framework" : "SiriKit",
  "identifier" : "/documentation/Intents/INDateSearchType",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "Intents"
    ],
    "preciseIdentifier" : "c:@E@INDateSearchType"
  },
  "title" : "INDateSearchType"
}
-->

# INDateSearchType

Constants indicating the type of date-based search to perform.

```
enum INDateSearchType
```

## Topics

### Constants

[`case unknown`](/documentation/Intents/INDateSearchType/unknown)

An unknown search type.

[`case byDueDate`](/documentation/Intents/INDateSearchType/byDueDate)

A search type that requires matching the due date of a reminder to the specified value.

[`case byModifiedDate`](/documentation/Intents/INDateSearchType/byModifiedDate)

A search type that requires matching the modification date of a note.

[`case byCreatedDate`](/documentation/Intents/INDateSearchType/byCreatedDate)

A search type that requires matching the creation date of a note.

### Initializers

[`init?(rawValue: Int)`](/documentation/Intents/INDateSearchType/init(rawValue:))

## Relationships

### Conforms To

[`Hashable`](/documentation/Swift/Hashable)

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

[`RawRepresentable`](/documentation/Swift/RawRepresentable)

[`Equatable`](/documentation/Swift/Equatable)

[`Sendable`](/documentation/Swift/Sendable)

[`BitwiseCopyable`](/documentation/Swift/BitwiseCopyable)

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)