[This is preliminary documentation and is subject to change.]
Gets the number of whole minutes represented by the current TimeSpanFormattable structure.
Namespace:
ToolsAssembly: Tools (in Tools.dll) Version: 1.5.2.0
Syntax
| C# |
|---|
public int Minutes { get; } |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property Minutes As Integer |
| Visual C++ |
|---|
public: property int Minutes { int get (); } |
| J# |
|---|
/** @property */ public int get_Minutes() |
| JScript |
|---|
public function get Minutes () : int |