Class valuetimestamp
Specifies a timestamp. See Section 4.3.5 of RFC 6350.
Inherited Members
Namespace: AdditionalData
Assembly: Ng911Lib.dll
Syntax
[Serializable]
public class valuetimestamp
  Constructors
| Edit this page View Sourcevaluetimestamp()
Default constructor. Used for de-serialization using XmlSerializer or to create a new object of this type.
Declaration
public valuetimestamp()
  valuetimestamp(XmlNode)
Constructor used when programmatically parsing a XML document.
Declaration
public valuetimestamp(XmlNode Root)
  Parameters
| Type | Name | Description | 
|---|---|---|
| XmlNode | Root | Root node containing the XML for this type  | 
      
Fields
| Edit this page View Sourcetimestamp
Timestamp value
Declaration
public string timestamp
  Field Value
| Type | Description | 
|---|---|
| string |