NSDateComponents.YearForWeekOfYear Propiedad
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Año de la semana del año.
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
Valor de propiedad
System.System.IntPtr
System.nativeint
Representa el componente YearForWeekOfYear del NSDateComponent, el valor se establece Undefined en si el valor no se estableció explícitamente.
- Atributos