Writes the time as microseconds.
Namespace:
CAS.Lib.CommonBus.Xml
Assembly:
CommServer.CommonBus (in CommServer.CommonBus.dll)
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.