INDateSearchType Enum

Definition

Enumerates date types for a search.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.WatchOS, 4, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.MacOSX, ObjCRuntime.PlatformArchitecture.All, null)]
public enum INDateSearchType
type INDateSearchType = 
Inheritance
INDateSearchType
Attributes

Fields

ByCreatedDate 3

Indicates a search by creation date.

ByDueDate 1

Indicates a search by due date.

ByModifiedDate 2

Indicates a search by modification date.

Unknown 0

Indicates an unknown search criteria.

Applies to