QuickOPC User's Guide and Reference
TimestampLocal Property (DAItemPointReadArguments)



OpcLabs.EasyOpcClassic Assembly > OpcLabs.EasyOpc.DataAccess.Connectivity Namespace > DAItemPointReadArguments Class : TimestampLocal Property
Gets or sets the timestamp. In local time.
Syntax
'Declaration
 
<ArgumentDirectionsAttribute(ArgumentDirections.Output)>
<ColumnDisplayAttribute(-154)>
<DebuggerBrowsableAttribute(DebuggerBrowsableState.Never)>
<DisplayAttribute(AutoGenerateField=True, 
   Order=2902, 
   ShortName="Timestamp (Local)")>
<XmlIgnoreAttribute()>
Public Shadows Property TimestampLocal As Date
'Usage
 
Dim instance As DAItemPointReadArguments
Dim value As Date
 
instance.TimestampLocal = value
 
value = instance.TimestampLocal
[ArgumentDirections(ArgumentDirections.Output)]
[ColumnDisplay(-154)]
[DebuggerBrowsable(DebuggerBrowsableState.Never)]
[Display(AutoGenerateField=true, 
   Order=2902, 
   ShortName="Timestamp (Local)")]
[XmlIgnore()]
public new DateTime TimestampLocal {get; set;}
[ArgumentDirections(ArgumentDirections.Output)]
[ColumnDisplay(-154)]
[DebuggerBrowsable(DebuggerBrowsableState.Never)]
[Display(AutoGenerateField=true, 
   Order=2902, 
   ShortName="Timestamp (Local)")]
[XmlIgnore()]
public:
new property DateTime TimestampLocal {
   DateTime get();
   void set (    DateTime value);
}
Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also