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 |
---|---|---|
|
Gets the type of the underlying human readable type (DateTime or Timespan) (Inherited from IPlcOpenTimeBase.) | |
|
Returns the number of ticks that represent the value of this IPlcOpenTimeBase.T1, T2. (uint32 or uint64). | |
|
Gets the type of the underlying ticks resolution (uint32 or uint64) (Inherited from IPlcOpenTimeBase.) | |
|
Returns the 'Value' as object type. (Inherited from IPlcOpenTimeBase.) | |
|
Returns the value of this IPlcOpenTimeBase.T1, T2. as Managed base type (DateTime or Timespan) |