FastInfoset.NET Class Reference for .NET
WriteValue(TimeSpan) Method






TimeSpan value to write.
Write TimeSpan value.
Syntax
'Declaration
 
Public Overloads Sub WriteValue( _
   ByVal value As System.TimeSpan _
) 
'Usage
 
Dim instance As XmlFastInfosetWriter
Dim value As System.TimeSpan
 
instance.WriteValue(value)
public void WriteValue( 
   System.TimeSpan value
)
public procedure WriteValue( 
    value: System.TimeSpan
); 
public function WriteValue( 
   value : System.TimeSpan
);
public: void WriteValue( 
   System.TimeSpan value
) 
public:
void WriteValue( 
   System.TimeSpan value
) 

Parameters

value
TimeSpan value to write.
Remarks

If WriteValue is called multiple times in succession, values are written one next to the other without being delimited by white space. To write a list of values, call the WriteValue(Object) method using an array of values as parameter.

Values are encoded according to the Profile settings.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

XmlFastInfosetWriter Class
XmlFastInfosetWriter Members
Overload List

Send Feedback