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 Constructor (Int64)

Initializes a new instance of the TimeSpan class to a specified number of ticks.

[Visual Basic]
Overloads Public Sub New( _
   ByVal ticks As Long _
)
[C#]
public TimeSpan(
   long ticks
);
[C++]
public: TimeSpan(
   __int64 ticks
);
[JScript]
public function TimeSpan(
   ticks : long
);

Parameters

ticks
The number of ticks to initialize the TimeSpan with.

Remarks

See TicksPerMillisecond.

See Also

TimeSpan Structure | TimeSpan Members | System Namespace | TimeSpan Constructor Overload List | Int64