点击或拖拽改变大小

GeHelperExtraDateTime 方法

从实际的时间的字节数组里解析出C#格式的时间对象,这个时间可能是时区0的时间,需要自行转化本地时间。
Analyze the time object in C# format from the actual time byte array. This time may be the time in time zone 0, and you need to convert the local time yourself.

命名空间:  HslCommunication.Profinet.GE
程序集:  HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法
public static OperateResult<DateTime> ExtraDateTime(
	byte[] content
)

参数

content
类型:SystemByte
字节数组

返回值

类型:OperateResultDateTime
包含是否成功的结果对象
参见