NSCalendar.DateForWeekOfYear 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("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