Share via


NoNamespace.dateTime Field

Definition

Represents the dateTime XML attributes.

public static readonly System.Xml.Linq.XName dateTime;
 staticval mutable dateTime : System.Xml.Linq.XName
Public Shared ReadOnly dateTime As XName 

Field Value

Remarks

As an XML attribute, it:

  • is contained in the following XML elements: header, userInfo.
  • corresponds to the following strongly-typed properties: Header.DateTime, UserInfo.DateTime.

Applies to