Click or drag to resize

XmlStreamDeserializationInfoGetDateTime Method

Reads a named DateTime child element.

Namespace: Altaxo.Serialization.Xml
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public DateTime GetDateTime(
	string name
)

Parameters

name  String
Element name.

Return Value

DateTime
The DateTime parsed from the named child element.

Implements

IXmlDeserializationInfoGetDateTime(String)
See Also