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