Share via


NSCalendar.DateForWeekOfYear Method

Definition

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

Parameters

era
IntPtr

nativeint

year
IntPtr

nativeint

week
IntPtr

nativeint

weekday
IntPtr

nativeint

hour
IntPtr

nativeint

minute
IntPtr

nativeint

second
IntPtr

nativeint

nanosecond
IntPtr

nativeint

Returns

Attributes

Applies to