从实际的时间的字节数组里解析出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.5.1.0 (12.5.1.0)
 语法
语法public static OperateResult<DateTime> ExtraDateTime(
	byte[] content
)
Public Shared Function ExtraDateTime ( 
	content As Byte()
) As OperateResult(Of DateTime)
public:
static OperateResult<DateTime>^ ExtraDateTime(
	array<unsigned char>^ content
)
static member ExtraDateTime : 
        content : byte[] -> OperateResult<DateTime> 
参数
- content
- 类型:SystemByte
 字节数组
返回值
类型:
OperateResultDateTime包含是否成功的结果对象
 参见
参见