Click or drag to resize

XmlUtilsGetAttributeValue Method (String, XmlNode, DateTime, Boolean)

Retrieves the value of a DateTime attribute that is stored in UTC time.

Namespace:  Omada.OE.AppLogic.Serialization
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public static DateTime GetAttributeValue(
	string attributeName,
	XmlNode node,
	DateTime defaultValue,
	bool throwIfAttributeNotPresent = false
)

Parameters

attributeName
Type: SystemString
node
Type: System.XmlXmlNode
defaultValue
Type: SystemDateTime
throwIfAttributeNotPresent (Optional)
Type: SystemBoolean

Return Value

Type: DateTime
See Also