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