点击或拖拽改变大小

SiemensDateTimeGetBytesFromDTLTime 方法

将时间数据转换为西门子的DTL格式的时间数据

命名空间:  HslCommunication.Profinet.Siemens
程序集:  HslCommunication (在 HslCommunication.dll 中) 版本:12.0.0.0 (12.0.0.0)
语法
public static byte[] GetBytesFromDTLTime(
	IByteTransform byteTransform,
	DateTime dateTime
)

参数

byteTransform
类型:HslCommunication.CoreIByteTransform
西门子的字节变换对象
dateTime
类型:SystemDateTime
指定的时间信息

返回值

类型:Byte
原始字节数据信息
参见