| DLT698HelperCreateDateTimeWithMs 方法  | 
 
            根据给定的时间信息创建一个DLT的时间报文
            
 
        命名空间: 
     HslCommunication.Instrument.DLT.Helper
        程序集:
     HslCommunication (在 HslCommunication.dll 中) 版本:12.5.1.0 (12.5.1.0)
 语法
语法public static byte[] CreateDateTimeWithMs(
	DateTime time
)
Public Shared Function CreateDateTimeWithMs ( 
	time As DateTime
) As Byte()
public:
static array<unsigned char>^ CreateDateTimeWithMs(
	DateTime time
)
static member CreateDateTimeWithMs : 
        time : DateTime -> byte[] 
参数
- time
- 类型:SystemDateTime
 时间信息
返回值
类型:
Byte时间报文
 参见
参见