NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

DateTime.Minute

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;

Property Value

Read-only.

Minute value represented by this instance.

Remarks

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.

See Also

DateTime Structure | DateTime Members | System Namespace | Int32