NSDateComponents.Month 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
此 NSDateComponents 中的月份单位数。
public virtual nint Month { [Foundation.Export("month")] get; [Foundation.Export("setMonth:")] set; }
member this.Month : nint with get, set
属性值
System.System.IntPtr
System.nativeint
表示 NSDateComponent 的 Month 组件,如果未显式设置该值,则该值设置为 Undefined 。
- 属性