TOD Class
TimeOfDay class
Inheritance Hierarchy
          System.Object
          
  TwinCAT.PlcOpen.TimeBase
    TwinCAT.PlcOpen.TOD
Namespace:  TwinCAT.PlcOpen
Assembly:  TwinCAT.Ads (in TwinCAT.Ads.dll)
Version: 4.3.0.0
Syntax
C#
public sealed class TOD : TimeBase
VB
Public NotInheritable Class TOD
Inherits TimeBase
The TOD type exposes the following members.
Constructors
| 
                   
  | 
                   Name  | 
                   Description  | 
|---|---|---|
| 
                   
                      | 
                   Initializes a new instance of the TOD class.  | |
| 
                   
                      | 
                   Initializes a new instance of the TOD class.  | |
| 
                   
                      | 
                   Initializes a new instance of the TOD class.  | |
| 
                   
                      | 
                   Initializes a new instance of the TOD class.  | |
| 
                   
                      | 
                   Initializes a new instance of the TOD class.  | 
Properties
| 
                   
  | 
                   Name  | 
                   Description  | 
|---|---|---|
| 
                   
                      | 
                   Returns the number of ticks that represent the value of this IPlcOpenType (uint32 or uint64). (Inherited from TimeBase.)  | |
| 
                   
                      | 
                   Gets the time value. (Inherited from TimeBase.)  | 
Methods
| 
                   
  | 
                   Name  | 
                   Description  | 
|---|---|---|
| 
                   
                      | 
                   Determines whether the specified Object is equal to this instance. (Inherited from TimeBase.)  | |
| 
                   
                      | 
                   Gets the HashCode of the Address (Inherited from TimeBase.)  | |
| 
                   
                      | 
                   Gets the Type of the current instance. (Inherited from Object.)  | |
| 
                   
                     
                      | 
                   Parses the specified string to a TOD object.  | |
| 
                   
                      | 
                   Returns a string that represents the current object. (Overrides Object.ToString..)  | |
| 
                   
                     
                      | 
                   Tries to parse the string to a TOD object.  |