QuickOPC User's Guide and Reference
TimeZone Property (DAItemPropertyRecord)



OpcLabs.EasyOpcClassicCore Assembly > OpcLabs.EasyOpc.DataAccess.Extensions Namespace > DAItemPropertyRecord Class : TimeZone Property
Gets or sets Item Timezone.
Syntax
'Declaration
 
Public Property TimeZone As Integer
'Usage
 
Dim instance As DAItemPropertyRecord
Dim value As Integer
 
instance.TimeZone = value
 
value = instance.TimeZone
public int TimeZone {get; set;}
public:
property int TimeZone {
   int get();
   void set (    int 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