NSDateComponents.Minute 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 number of minute units in this NSDateComponents.
public virtual nint Minute { [Foundation.Export("minute")] get; [Foundation.Export("setMinute:")] set; }
member this.Minute : nint with get, set
Property Value
System.System.IntPtr
System.nativeint
Represents the Minute component of the NSDateComponent, the value is set to Undefined if the value was not explicitly set.
- Attributes