Share via


NSCalendar.Date Method

Definition

[Foundation.Export("dateWithEra:year:month:day:hour:minute:second:nanosecond:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual Foundation.NSDate Date(IntPtr era, IntPtr year, IntPtr month, IntPtr date, IntPtr hour, IntPtr minute, IntPtr second, IntPtr nanosecond);
[<Foundation.Export("dateWithEra:year:month:day:hour:minute:second:nanosecond:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member Date : nativeint * nativeint * nativeint * nativeint * nativeint * nativeint * nativeint * nativeint -> Foundation.NSDate
override this.Date : nativeint * nativeint * nativeint * nativeint * nativeint * nativeint * nativeint * nativeint -> Foundation.NSDate

Parameters

era
IntPtr

nativeint

year
IntPtr

nativeint

month
IntPtr

nativeint

date
IntPtr

nativeint

hour
IntPtr

nativeint

minute
IntPtr

nativeint

second
IntPtr

nativeint

nanosecond
IntPtr

nativeint

Returns

Attributes

Applies to