Click or drag to resize

IXmlDeserializationInfoGetDateTime Method

Reads a named DateTime child element.

Namespace: Altaxo.Serialization.Xml
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
DateTime GetDateTime(
	string name
)

Parameters

name  String
Element name.

Return Value

DateTime
The DateTime parsed from the named child element.
See Also