IPlcOpenTimeBaseV, T Interface

Interface IPlcOpenType


Namespace: TwinCAT.PlcOpen
Assembly: TwinCAT.Ads.Abstractions (in TwinCAT.Ads.Abstractions.dll) Version: 7.0.0+e56d35ccc4675faac24789a4aab60071fc61d470

Syntax

C#

public interface IPlcOpenTimeBase<V, T> : IPlcOpenTimeBase
where V : struct, new()
where T : struct, new()

Type Parameters

V

TThe Managed value Type (DateTime or Timespan)

T

The type of the t2.

The IPlcOpenTimeBaseV, T type exposes the following members.

Properties

 

Name

Description

ManagedValueType

Gets the type of the underlying human readable type (DateTime or Timespan)
(Inherited from IPlcOpenTimeBase)

Ticks

Returns the number of ticks that represent the value of this IPlcOpenTimeBaseV, T (uint32 or uint64).

TicksValueType

Gets the type of the underlying ticks resolution (uint32 or uint64)
(Inherited from IPlcOpenTimeBase)

UntypedValue

Returns the 'Value' as object type.
(Inherited from IPlcOpenTimeBase)

Value

Returns the value of this IPlcOpenTimeBaseV, T as Managed base type (DateTime or Timespan)

Reference

TwinCAT.PlcOpen Namespace IPlcOpenTimeBase

Beckhoff Automation GmbH & Co. KG 2001-2026