Gets the minute component of the date represented by this instance.
Namespace: SystemAssembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax public int Minute { get; }
Return Value
Type:
Int32The minute component, expressed as a value between 0 and 59.
See Also