获取或设置当前日志时间的小时偏差信息,用来解决某些情况下时区设置异常导致记录时间一直不正确的问题,默认为 0,也就是不处理。可以为正数,也可以为负数。
Obtain or set the hourly deviation information of the current log time to solve the problem that the recording time has been incorrect due to abnormal time zone setting in some cases,
and the default is 0, that is, it is not processed. Can be positive or negative.
命名空间:
HslCommunication.LogNet
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 int HourDeviation { get; set; }
Property HourDeviation As Integer
Get
Set
property int HourDeviation {
int get ();
void set (int value);
}
abstract HourDeviation : int with get, set
属性值
类型:
Int32参见