[This is preliminary documentation and is subject to change.]
Gets the number of whole milliseconds represented by the current
TimeSpanFormattable structure.
Namespace:
Tools
Assembly:
Tools (in Tools.dll) Version: 1.5.2.0
Syntax
| C# |
|---|
public int Milliseconds { get; } |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property Milliseconds As Integer |
| Visual C++ |
|---|
public:
property int Milliseconds {
int get ();
} |
| J# |
|---|
/** @property */
public int get_Milliseconds()
|
| JScript |
|---|
public function get Milliseconds () : int
|
Return Value
Value of
Milliseconds of internal
TimeSpan. The return value ranges from -999 through 999.
See Also