Inheritance Hierarchy
SystemAttribute
ABSuite.AccessLayer.Connector.Core.UtilityCustomConverter
ABSuite.AccessLayer.Connector.Core.UtilityCLRDateStringConverter
ABSuite.AccessLayer.Connector.Core.UtilityCLRDateUS8StringConverter
Namespace: ABSuite.AccessLayer.Connector.Core.Utility
Assembly: Unisys.ABSuite.AccessLayer.Connector.Core (in Unisys.ABSuite.AccessLayer.Connector.Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
The CLRDateUS8StringConverter type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
|  | CLRDateUS8StringConverter | Initializes a new instance of the CLRDateUS8StringConverter class | 
Methods
| Name | Description | |
|---|---|---|
|  | ConvertFromString | 
            Conver the string to a DateTime value
            (Inherited from CLRDateStringConverter.) | 
|  | ConvertToString | 
            Conver the DateTime value to string in the required format
            (Inherited from CLRDateStringConverter.) | 
Extension Methods
| Name | Description | |
|---|---|---|
|  | GetT | 
            Get the value for the property
            (Defined by ExtensionHelper.) | 
|  | GetAttributeNames | 
            Get a list with all property names available on this object
            (Defined by ExtensionHelper.) | 
|  | SetT | 
            Set the value for a property to the new value
            (Defined by ExtensionHelper.) | 
See Also