NSDateComponents.YearForWeekOfYear Property

Definition

The year for the week of the year.

public virtual nint YearForWeekOfYear { [Foundation.Export("yearForWeekOfYear")] get; [Foundation.Export("setYearForWeekOfYear:")] set; }
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 7, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual nint YearForWeekOfYear { [Foundation.Export("yearForWeekOfYear")] [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 7, ObjCRuntime.PlatformArchitecture.All, null)] get; [Foundation.Export("setYearForWeekOfYear:")] [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 7, ObjCRuntime.PlatformArchitecture.All, null)] set; }
member this.YearForWeekOfYear : nint with get, set

Property Value

System.System.IntPtr System.nativeint

Represents the YearForWeekOfYear component of the NSDateComponent, the value is set to Undefined if the value was not explicitly set.

Attributes

Applies to