| IReadWriteCipWriteTime 方法  | 
 
            使用时间格式(TIME)将时间数据写入到PLC中指定的地址里去,PLC的地址类型变量必须为 "TIME",否则写入失败。
            Use the time format (TIME) to write the time data to the address specified in the PLC. The PLC address type variable must be "TIME", otherwise the writing will fail.
            
 
        命名空间: 
     HslCommunication.Profinet.AllenBradley
        程序集:
     HslCommunication (在 HslCommunication.dll 中) 版本:12.5.1.0 (12.5.1.0)
 语法
语法OperateResult WriteTime(
	string address,
	TimeSpan time
)
Function WriteTime ( 
	address As String,
	time As TimeSpan
) As OperateResult
OperateResult^ WriteTime(
	String^ address, 
	TimeSpan time
)
abstract WriteTime : 
        address : string * 
        time : TimeSpan -> OperateResult 
参数
- address
- 类型:SystemString
 PLC里变量的地址
- time
- 类型:SystemTimeSpan
 时间参数变量
返回值
类型:
OperateResult是否写入成功
 参见
参见