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!

TimeSpan.Milliseconds

Retrieves the number of whole milliseconds represented by the current instance.

[Visual Basic]
Public ReadOnly Property Milliseconds As Integer
[C#]
public int Milliseconds {get;}
[C++]
public: __property int get_Milliseconds();
[JScript]
public function get Milliseconds() : int;

Property Value

Read only.

The value is an integer between 0 and 999 corresponding to the milliseconds represented by the current instance.

Remarks

Note that if ToString returns +d.hh:mm:ss.uu", the return value of GetMilliseconds is .uu *103 (rounded down if necessary).

See Also

TimeSpan Structure | TimeSpan Members | System Namespace | Int64