HKHealthStore.GetDateOfBirthComponents(NSError) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
尝试返回用户的出生日期的日期组件,并报告它在 参数 error
中out
遇到的任何错误。
[Foundation.Export("dateOfBirthComponentsWithError:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.WatchOS, 3, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual Foundation.NSDateComponents GetDateOfBirthComponents(out Foundation.NSError error);
abstract member GetDateOfBirthComponents : -> Foundation.NSDateComponents
override this.GetDateOfBirthComponents : -> Foundation.NSDateComponents
参数
- error
- NSError
返回
- 属性