IPlcOpenTimeBase<V, 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 IPlcOpenTimeBase<V, 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 IPlcOpenTimeBase<V, 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 IPlcOpenTimeBase<V, T> as Managed base type (DateTime or Timespan)

See Also

Reference

TwinCAT.PlcOpen Namespace IPlcOpenTimeBase

Beckhoff Automation GmbH & Co. KG 2001-2026