NSDateComponents.YearForWeekOfYear Property
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.
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