Cpu.WriteDateTime Method

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

Cpu.WriteDateTime Method

BR.AN.PviServices .NET


Write the Time on the plc

[Visual Basic]

Public Overridable Sub WriteDateTime( _

  ByVal datetime As Date _

)

[C#]

public virtual void WriteDateTime(

  DateTime datetime

);

Parameters

datetime

The time satamp to.

Return Value

Errorcode: 0..OK, otherwise error

Remarks

The CpuTimeRead event notifies, that the CpuTime was successfully read.

See Also

Cpu Class | BR.AN.PviServices Namespace


Generated from assembly BR.AN.PviServices [8.1.0.4]