QuickOPC User's Guide and Reference
LocalTime Property (UABaseEventObject)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.AlarmsAndConditions Namespace > UABaseEventObject Class : LocalTime Property
The local time that may or may not take daylight saving time into account.
Syntax
'Declaration
 
Public ReadOnly Property LocalTime As UATimeZoneData
'Usage
 
Dim instance As UABaseEventObject
Dim value As UATimeZoneData
 
instance.LocalTime = value
 
value = instance.LocalTime
public UATimeZoneData LocalTime {get;}
public:
property UATimeZoneData^ LocalTime {
   UATimeZoneData^ get();
}
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