Click or drag to resize
Grid Solutions Framework

PhasorMeasurementMapperTimeZone Property

Gets or sets time zone of this PhasorMeasurementMapper.

Namespace: PhasorProtocolAdapters
Assembly: PhasorProtocolAdapters (in PhasorProtocolAdapters.dll) Version: 2.4.181-beta
Syntax
public TimeZoneInfo TimeZone { get; set; }
View Source

Property Value

TimeZoneInfo
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.
See Also