次の方法で共有


NSDateComponents.WeekOfMonth プロパティ

定義

月の週。

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

プロパティ値

System.System.IntPtr System.nativeint

NSDateComponent の WeekOfMonth コンポーネントを表します。値が明示的に設定されていない場合、値は に Undefined 設定されます。

属性

適用対象