DateBase.ValueToDate Method (UInt32)
Converts the specified PlcOpen dateValue in ticks to a DateTime Object
Namespace: TwinCAT.PlcOpen
Assembly: TwinCAT.Ads (in TwinCAT.Ads.dll)
Version: 4.3.0.0
Syntax
C#
public static DateTime ValueToDate(
uint dateValue
)
VB
Public Shared Function ValueToDate (
dateValue As UInteger
) As DateTime
Parameters
dateValue |
Type: System.UInt32 |
Return Value
Type: DateTime