Retrieves the minute represented by this instance.
[Visual Basic] Public ReadOnly Property Minute As Integer [C#] public int Minute {get;} [C++] public: __property int get_Minute(); [JScript] public function get Minute() : int;
Read-only.
Minute value represented by this instance.
The Minute property returns a value that is an 32-bit signed integer (int) between 0 and 59 that represents the number of minutes of this instance of DateTime.
DateTime Structure | DateTime Members | System Namespace | Int32