IPlcOpenTimeBase.T1, T2. Interface

Interface IPlcOpenType

Namespace:  TwinCAT.PlcOpen
Assembly:  TwinCAT.Ads.Abstractions (in TwinCAT.Ads.Abstractions.dll) Version: 6.0.328+39e3229

Syntax

C#

public interface IPlcOpenTimeBase<T1, T2> : IPlcOpenTimeBase

Type Parameters

T1

The type of the t1.

T2

The type of the t2.

The IPlcOpenTimeBase.T1, T2. type exposes the following members.

Properties

 

Name

Description

IPlcOpenTimeBase.T1, T2. Interface 1:

ManagedValueType

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

IPlcOpenTimeBase.T1, T2. Interface 2:

Ticks

Returns the number of ticks that represent the value of this IPlcOpenTimeBase.T1, T2. (uint32 or uint64).

IPlcOpenTimeBase.T1, T2. Interface 3:

TicksValueType

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

IPlcOpenTimeBase.T1, T2. Interface 4:

UntypedValue

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

IPlcOpenTimeBase.T1, T2. Interface 5:

Value

Returns the value of this IPlcOpenTimeBase.T1, T2. as Managed base type (DateTime or Timespan)

Reference

TwinCAT.PlcOpen Namespace

TwinCAT.PlcOpen.IPlcOpenTimeBase