INDateSearchType 枚举

定义

枚举搜索的日期类型。

[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 = 
继承
INDateSearchType
属性

字段

ByCreatedDate 3

指示按创建日期进行搜索。

ByDueDate 1

指示按截止日期进行搜索。

ByModifiedDate 2

指示按修改日期的搜索。

Unknown 0

指示未知的搜索条件。

适用于