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!

XmlTextWriter.WriteTimeSpan

Writes out the specified TimeSpan value.

[Visual Basic]
Overrides Public Sub WriteTimeSpan( _
   ByVal value As TimeSpan _
)
[C#]
public override void WriteTimeSpan(
   TimeSpan value
);
[C++]
public: override void WriteTimeSpan(
   TimeSpan value
);
[JScript]
public override function WriteTimeSpan(
   value : TimeSpan
);

Parameters

value
TimeSpan to write.

See Also

XmlTextWriter Class | XmlTextWriter Members | System.NewXml Namespace