NSCalendar.GetHourComponentsFromDate Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[Foundation.Export("getHour:minute:second:nanosecond:fromDate:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void GetHourComponentsFromDate(out IntPtr hour, out IntPtr minute, out IntPtr second, out IntPtr nanosecond, Foundation.NSDate date);
[<Foundation.Export("getHour:minute:second:nanosecond:fromDate:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetHourComponentsFromDate : nativeint * nativeint * nativeint * nativeint * Foundation.NSDate -> unit
override this.GetHourComponentsFromDate : nativeint * nativeint * nativeint * nativeint * Foundation.NSDate -> unit
Parameters
- hour
-
IntPtr
nativeint
- minute
-
IntPtr
nativeint
- second
-
IntPtr
nativeint
- nanosecond
-
IntPtr
nativeint
- date
- NSDate
- Attributes