Gets or sets time zone of this PhasorMeasurementMapper.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public TimeZoneInfo TimeZone { get; set; }
Public Property TimeZone As TimeZoneInfo Get Set
public: property TimeZoneInfo^ TimeZone { TimeZoneInfo^ get (); void set (TimeZoneInfo^ value); }
Remarks
If time zone of clock of connected device is not set to UTC, assigning this property
with proper time zone will allow proper adjustment.