AdsBinaryWriter.WritePlcType Method (DateTime)

Writes a date as PLC date type to the current stream.

Namespace:  TwinCAT.Ads
Assembly:  TwinCAT.Ads (in TwinCAT.Ads.dll) Version: 4.3.0.0

Syntax

C#

public void WritePlcType(
    DateTime value
)

VB

Public Sub WritePlcType ( 
    value As DateTime
)

Parameters

value

Type: System.DateTime
The date to write to the stream.

Reference

AdsBinaryWriter Class

WritePlcType Overload

TwinCAT.Ads Namespace