|
ParserAdjustToUTC Property
|
Gets or sets flag that determines if schemas that include a time code for a UTC offset
should apply the adjustment so that timestamps are parsed as UTC.
Namespace: GSF.COMTRADEAssembly: GSF.COMTRADE (in GSF.COMTRADE.dll) Version: 2.4.205-beta
Syntax public bool AdjustToUTC { get; set; }
Public Property AdjustToUTC As Boolean
Get
Set
public:
property bool AdjustToUTC {
bool get ();
void set (bool value);
}
member AdjustToUTC : bool with get, set
function get_AdjustToUTC();
function set_AdjustToUTC(value);
View SourceProperty Value
BooleanSee Also