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!

DocumentEditor.GetTimeSpan

[To be supplied.]

[Visual Basic]
Overridable Public Function GetTimeSpan( _
   ByVal i As Integer _
) As TimeSpan
[C#]
public virtual TimeSpan GetTimeSpan(
   int i
);
[C++]
public: virtual TimeSpan GetTimeSpan(
   int i
);
[JScript]
public function GetTimeSpan(
   i : int
) : TimeSpan;

Parameters

i
[To be supplied.]

See Also

DocumentEditor Class | DocumentEditor Members | System.Data.XML Namespace