다음을 통해 공유


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

알 수 없는 검색 조건을 나타냅니다.

적용 대상