pmMDA.NET

PmMdaTimestampType.ToXML Method (Object)

[This is preliminary documentation and subject to change.]

Returns a representation of the value to be embedded in an XML element

public override string ToXML(
   object val
);

Parameters

val
The object that contains the values.

Return Value

An Xml formatted string.

Remarks

Returns the same value as ToShortTimeString.

Exceptions

Exception Type Condition
ArgumentException The parameter val is not of type DateTime.

See Also

PmMdaTimestampType Class | PmMda.Net.NHibernate Namespace | PmMdaTimestampType.ToXML Overload List