Bridge

DateTime..::..Minute Property

Gets the minute component of the date represented by this instance.

Namespace:  System
Assembly:  Bridge (in Bridge.dll)

Syntax


[TemplateAttribute]
public int Minute { get; }
<TemplateAttribute> _
Public ReadOnly Property Minute As Integer
	Get
[TemplateAttribute]
public:
property int^ Minute {
	int^ get ();
}

Return Value

The minute component, expressed as a value between 0 and 59.