NSCalendar.DateForWeekOfYear Method

Definition

[Foundation.Export("dateWithEra:yearForWeekOfYear:weekOfYear:weekday:hour:minute:second:nanosecond:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 9, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual Foundation.NSDate DateForWeekOfYear (nint era, nint year, nint week, nint weekday, nint hour, nint minute, nint second, nint nanosecond);
abstract member DateForWeekOfYear : nint * nint * nint * nint * nint * nint * nint * nint -> Foundation.NSDate
override this.DateForWeekOfYear : nint * nint * nint * nint * nint * nint * nint * nint -> Foundation.NSDate

Parameters

era
System.System.IntPtr System.nativeint
year
System.System.IntPtr System.nativeint
week
System.System.IntPtr System.nativeint
weekday
System.System.IntPtr System.nativeint
hour
System.System.IntPtr System.nativeint
minute
System.System.IntPtr System.nativeint
second
System.System.IntPtr System.nativeint
nanosecond
System.System.IntPtr System.nativeint

Returns

Attributes

Applies to