BaseStation.ItemDescriber Namespace
CAS.DataPorter.Configurator Namespace
CAS.Lib.CommonBus Namespace
CAS.Lib.CommonBus.ApplicationLayer Namespace
CAS.Lib.CommonBus.CommunicationLayer Namespace
CAS.Lib.DeviceSimulator Namespace
CAS.NetworkConfigLib Namespace
Object-Oriented Internet Process-Observer

XmlHelper..::..WriteTimeInMicroseconds Method

Writes the time as microseconds.

Namespace:  CAS.Lib.CommonBus.Xml
Assembly:  CommServer.CommonBus (in CommServer.CommonBus.dll)

Syntax


public static void WriteTimeInMicroseconds(
	XmlWriter XmlWriterStreamOfSettings,
	string NameOfAttribute,
	TimeSpan time
)
Public Shared Sub WriteTimeInMicroseconds ( _
	XmlWriterStreamOfSettings As XmlWriter, _
	NameOfAttribute As String, _
	time As TimeSpan _
)
public:
static void WriteTimeInMicroseconds(
	XmlWriter^ XmlWriterStreamOfSettings, 
	String^ NameOfAttribute, 
	TimeSpan^ time
)

Parameters

XmlWriterStreamOfSettings
Type: XmlWriter
The XML writer stream of settings.
NameOfAttribute
Type: String
The name of attribute.
time
Type: TimeSpan
The time to be written.