LTIME Class
PlcOpen LTIME class
Inheritance Hierarchy
SystemObject
TwinCAT.PlcOpenLTimeBase
TwinCAT.PlcOpenLTIME
Namespace: TwinCAT.PlcOpen
Assembly: TwinCAT.Ads.Abstractions (in
TwinCAT.Ads.Abstractions.dll) Version:
7.0.0+e56d35ccc4675faac24789a4aab60071fc61d470
Syntax
C#
public sealed class LTIME : LTimeBaseThe LTIME type exposes the following members.
Constructors
|
|
Name |
Description |
|---|---|---|
|
|
Initializes a new instance of the TIME class. | |
|
|
Initializes a new instance of the TIME class. | |
|
|
Initializes a new instance of the TIME class. | |
|
|
Initializes a new instance of the TIME class. | |
|
|
Initializes a new instance of the LTIME class. | |
|
|
Initializes a new instance of the LTIME class. | |
|
|
Initializes a new instance of the LTIME class. |
Properties
|
|
Name |
Description |
|---|---|---|
|
|
Returns the number of ticks that represent the value of this
LTimeBase. | |
|
|
Gets or the time value. |
Methods
|
|
Name |
Description |
|---|---|---|
|
|
Determines whether the specified Object is equal to this
instance. | |
|
|
Gets the HashCode of the Address | |
|
|
Gets the Type of the current
instance. | |
|
|
Parses the specified string to a LTIME object. | |
|
|
Returns a String that represents this
instance. | |
|
|
Tries to parse the string to a LTIME object. |
Remarks
This class has an internal requesentation of an UINT64 (8 Bytes)
- LTIME Constructor (Int64)
- LTIME Constructor (TimeSpan)
- LTIME Constructor (UInt64)
- LTIME Constructor (Int32, Int32, Int32)
- LTIME Constructor (Int32, Int32, Int32, Int32)
- LTIME Constructor (Int32, Int32, Int32, Int32, Int32, Int32, Int32)
- LTimeBase.Ticks Property
- LTimeBase.Time Property
- LTimeBase.Equals Method
- LTimeBase.GetHashCode Method
- LTIME.Parse Method
- LTIME.ToString Method
- LTIME.TryParse Method