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