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!

XmlWriter.WriteTimeSpan

Writes out the specified TimeSpan value.

[Visual Basic]
MustOverride Public Sub WriteTimeSpan( _
   ByVal value As TimeSpan _
)
[C#]
public abstract void WriteTimeSpan(
   TimeSpan value
);
[C++]
public: virtual void WriteTimeSpan(
   TimeSpan value
) = 0;
[JScript]
public abstract function WriteTimeSpan(
   value : TimeSpan
);

Parameters

value
TimeSpan to write.

See Also

XmlWriter Class | XmlWriter Members | System.NewXml Namespace