XMLDA.NET Reference
Timestamp Property
See Also  Send Feedback
xmldanet.xmlda Namespace > ItemValue Class : Timestamp Property

Glossary Item Box

As in OPC COM, the Timestamp is the most accurate time the server is able to associate with a value. The Timestamp should indicate the time that the value and quality was obtained by the device (if this is available)

Syntax

Visual Basic (Usage)Copy Code
Dim instance As ItemValue
Dim value As Date
 
instance.Timestamp = value
 
value = instance.Timestamp
C# 
[XmlAttributeAttribute()]
public DateTime Timestamp {get; set;}

Requirements

Target Platforms:Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows 7, Windows Server 2008 family

>

See Also

© 2002-2012 Advosol Inc. All Rights Reserved.