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