Share via


NSCalendar.ComponentsInTimeZone(NSTimeZone, NSDate) Method

Definition

[Foundation.Export("componentsInTimeZone:fromDate:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual Foundation.NSDateComponents ComponentsInTimeZone(Foundation.NSTimeZone timezone, Foundation.NSDate date);
[<Foundation.Export("componentsInTimeZone:fromDate:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member ComponentsInTimeZone : Foundation.NSTimeZone * Foundation.NSDate -> Foundation.NSDateComponents
override this.ComponentsInTimeZone : Foundation.NSTimeZone * Foundation.NSDate -> Foundation.NSDateComponents

Parameters

timezone
NSTimeZone
date
NSDate

Returns

Attributes

Applies to