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



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.Instrumentation Namespace > LogEntryEventArgs Class : TimestampLocal Property
Date and time of the log entry message. In local time.
Syntax
'Declaration
 
<IgnoreDataMemberAttribute()>
<TypeConverterAttribute(OpcLabs.BaseLib.ComponentModel.Internal.PreciseInvariantDateTimeConverter)>
<XmlIgnoreAttribute()>
Public Property TimestampLocal As Date
'Usage
 
Dim instance As LogEntryEventArgs
Dim value As Date
 
instance.TimestampLocal = value
 
value = instance.TimestampLocal
[IgnoreDataMember()]
[TypeConverter(OpcLabs.BaseLib.ComponentModel.Internal.PreciseInvariantDateTimeConverter)]
[XmlIgnore()]
public DateTime TimestampLocal {get; set;}
[IgnoreDataMember()]
[TypeConverter(OpcLabs.BaseLib.ComponentModel.Internal.PreciseInvariantDateTimeConverter)]
[XmlIgnore()]
public:
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