Package apple.intents.enums
Class INDateSearchType
- java.lang.Object
-
- apple.intents.enums.INDateSearchType
-
public final class INDateSearchType extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static longByCreatedDatestatic longByDueDatestatic longByModifiedDatestatic longUnknown
-
-
-
Field Detail
-
Unknown
public static final long Unknown
- See Also:
- Constant Field Values
-
ByDueDate
public static final long ByDueDate
- See Also:
- Constant Field Values
-
ByModifiedDate
public static final long ByModifiedDate
- See Also:
- Constant Field Values
-
ByCreatedDate
public static final long ByCreatedDate
- See Also:
- Constant Field Values
-
-