DateTimeValueXmlNode Class

public class DateTimeValueXmlNode : ValueXmlNode
This language is not supported or no code example is available.
public ref class DateTimeValueXmlNode : public ValueXmlNode^
This language is not supported or no code example is available.
public class DateTimeValueXmlNode 
extends ValueXmlNode
This language is not supported or no code example is available.
Name Description
Public property NodeName (inherited from ValueXmlNode).
Public property Value
Top
Methods
 
Name Description
Protected method AppendChildNode<T>() (inherited from XmlNodeBase).
Protected method AppendChildNode<T>(string) (inherited from XmlNodeBase).
Protected method ContainsAttribute(string) (inherited from XmlNodeBase).
Protected method GetBooleanAttribute(string) (inherited from XmlNodeBase).
Protected method GetBooleanValue() (inherited from XmlNodeBase).
Protected method GetBooleanValue(bool) (inherited from XmlNodeBase).
Protected method GetBooleanValueNode(string) (inherited from XmlNodeBase).
Protected method GetByteAttribute(string) (inherited from XmlNodeBase).
Protected method GetByteValue() (inherited from XmlNodeBase).
Protected method GetByteValue(byte) (inherited from XmlNodeBase).
Protected method GetByteValueNode(string) (inherited from XmlNodeBase).
Protected method GetChildNode<T>() (inherited from XmlNodeBase).
Protected method GetChildNode<T>(string) (inherited from XmlNodeBase).
Protected method GetChildNodes<T>() (inherited from XmlNodeBase).
Protected method GetDateTimeAttribute(string) (inherited from XmlNodeBase).
Protected method GetDateTimeValue() (inherited from XmlNodeBase).
Protected method GetDateTimeValue(DateTime) (inherited from XmlNodeBase).
Protected method GetDateTimeValueNode(string) (inherited from XmlNodeBase).
Protected method GetDecimalAttribute(string) (inherited from XmlNodeBase).
Protected method GetDecimalValue() (inherited from XmlNodeBase).
Protected method GetDecimalValue(decimal) (inherited from XmlNodeBase).
Protected method GetDecimalValueNode(string) (inherited from XmlNodeBase).
Protected method GetDoubleAttribute(string) (inherited from XmlNodeBase).
Protected method GetDoubleValue() (inherited from XmlNodeBase).
Protected method GetDoubleValue(double) (inherited from XmlNodeBase).
Protected method GetDoubleValueNode(string) (inherited from XmlNodeBase).
Protected method GetEnumAttribute(string, Type) (inherited from XmlNodeBase).
Protected method GetEnumValue(Type) (inherited from XmlNodeBase).
Protected method GetEnumValue<T>(T) (inherited from XmlNodeBase).
Protected method GetEnumValueXmlNode<T>(string) (inherited from XmlNodeBase).
Protected method GetFloatAttribute(string) (inherited from XmlNodeBase).
Protected method GetFloatValue() (inherited from XmlNodeBase).
Protected method GetFloatValue(float) (inherited from XmlNodeBase).
Protected method GetFloatValueNode(string) (inherited from XmlNodeBase).
Protected method GetGuidAttribute(string) (inherited from XmlNodeBase).
Protected method GetGuidValue() (inherited from XmlNodeBase).
Protected method GetGuidValue(Guid) (inherited from XmlNodeBase).
Protected method GetGuidValueNode(string) (inherited from XmlNodeBase).
Protected method GetInt16Attribute(string) (inherited from XmlNodeBase).
Protected method GetInt16Value() (inherited from XmlNodeBase).
Protected method GetInt16Value(short) (inherited from XmlNodeBase).
Protected method GetInt16ValueNode(string) (inherited from XmlNodeBase).
Protected method GetInt32Attribute(string) (inherited from XmlNodeBase).
Protected method GetInt32Value() (inherited from XmlNodeBase).
Protected method GetInt32Value(int) (inherited from XmlNodeBase).
Protected method GetInt32ValueNode(string) (inherited from XmlNodeBase).
Protected method GetInt64Attribute(string) (inherited from XmlNodeBase).
Protected method GetInt64Value() (inherited from XmlNodeBase).
Protected method GetInt64Value(long) (inherited from XmlNodeBase).
Protected method GetInt64ValueNode(string) (inherited from XmlNodeBase).
Protected method GetSByteAttribute(string) (inherited from XmlNodeBase).
Protected method GetSByteValue() (inherited from XmlNodeBase).
Protected method GetSByteValue(SByte) (inherited from XmlNodeBase).
Protected method GetStringAttribute(string) (inherited from XmlNodeBase).
Protected method GetStringValue() (inherited from XmlNodeBase).
Protected method GetStringValueNode(string) (inherited from XmlNodeBase).
Protected method GetTypeAttribute(string) (inherited from XmlNodeBase).
Protected method GetTypeValue() (inherited from XmlNodeBase).
Protected method GetTypeValueNode(string) (inherited from XmlNodeBase).
Protected method GetUInt16Attribute(string) (inherited from XmlNodeBase).
Protected method GetUInt16Value() (inherited from XmlNodeBase).
Protected method GetUInt16Value(UInt16) (inherited from XmlNodeBase).
Protected method GetUInt32Attribute(string) (inherited from XmlNodeBase).
Protected method GetUInt32Value() (inherited from XmlNodeBase).
Protected method GetUInt32Value(UInt32) (inherited from XmlNodeBase).
Protected method GetUInt64Attribute(string) (inherited from XmlNodeBase).
Protected method GetUInt64Value() (inherited from XmlNodeBase).
Protected method GetUInt64Value(UInt64) (inherited from XmlNodeBase).
Public method GetValue(DateTime)
Protected method SetAttribute(string, DateTime) (inherited from XmlNodeBase).
Protected method SetAttribute(string, Enum) (inherited from XmlNodeBase).
Protected method SetAttribute(string, Guid) (inherited from XmlNodeBase).
Protected method SetAttribute(string, Type) (inherited from XmlNodeBase).
Protected method SetAttribute(string, bool) (inherited from XmlNodeBase).
Protected method SetAttribute(string, byte) (inherited from XmlNodeBase).
Protected method SetAttribute(string, decimal) (inherited from XmlNodeBase).
Protected method SetAttribute(string, double) (inherited from XmlNodeBase).
Protected method SetAttribute(string, float) (inherited from XmlNodeBase).
Protected method SetAttribute(string, int) (inherited from XmlNodeBase).
Protected method SetAttribute(string, long) (inherited from XmlNodeBase).
Protected method SetAttribute(string, SByte) (inherited from XmlNodeBase).
Protected method SetAttribute(string, short) (inherited from XmlNodeBase).
Protected method SetAttribute(string, string) (inherited from XmlNodeBase).
Protected method SetAttribute(string, UInt32) (inherited from XmlNodeBase).
Protected method SetAttribute(string, UInt64) (inherited from XmlNodeBase).
Protected method SetAttribute(string, UInt16) (inherited from XmlNodeBase).
Protected method SetValue(DateTime) (inherited from XmlNodeBase).
Protected method SetValue(Enum) (inherited from XmlNodeBase).
Protected method SetValue(Guid) (inherited from XmlNodeBase).
Protected method SetValue(Type) (inherited from XmlNodeBase).
Protected method SetValue(bool) (inherited from XmlNodeBase).
Protected method SetValue(byte) (inherited from XmlNodeBase).
Protected method SetValue(decimal) (inherited from XmlNodeBase).
Protected method SetValue(double) (inherited from XmlNodeBase).
Protected method SetValue(float) (inherited from XmlNodeBase).
Protected method SetValue(int) (inherited from XmlNodeBase).
Protected method SetValue(long) (inherited from XmlNodeBase).
Protected method SetValue(SByte) (inherited from XmlNodeBase).
Protected method SetValue(short) (inherited from XmlNodeBase).
Protected method SetValue(string) (inherited from XmlNodeBase).
Protected method SetValue(UInt32) (inherited from XmlNodeBase).
Protected method SetValue(UInt64) (inherited from XmlNodeBase).
Protected method SetValue(UInt16) (inherited from XmlNodeBase).
Top

In this article

Definition