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!

Calendar.GetMilliseconds

Returns the millisecond part of the specified DateTime.

[Visual Basic]
Overridable Public Function GetMilliseconds( _
   ByVal time As DateTime _
) As Double
[C#]
public virtual double GetMilliseconds(
   DateTime time
);
[C++]
public: virtual double GetMilliseconds(
   DateTime time
);
[JScript]
public function GetMilliseconds(
   time : DateTime
) : double;

Parameters

time
The DateTime instance.

Return Value

The millisecond part of the specified DateTime.

Remarks

The returned value is an integer between 0 and 999[RB21] .

See Also

Calendar Class | Calendar Members | System.Globalization Namespace