AXTimeValueFormatter Methods
The AXTimeValueFormatter type exposes the following members.
| Name | Description | |
|---|---|---|
| ConvertAxTimeToDateTime | Converts an Microsoft Dynamics AX time to a datetime. |
| ConvertDateTimeToAxTime | Converts the datetime to number of seconds. |
| Equals | (Inherited from Object.) |
| Finalize | (Inherited from Object.) |
| Format | (Inherited from AXValueFormatter.) |
| FormatValue | (Inherited from AXValueFormatter.) |
| GetFormat | (Inherited from AXValueFormatter.) |
| GetFormatErrorMessage | Returns a string that can be used to display error messages when the formatter fails. (Overrides AXValueFormatter.GetFormatErrorMessage(Object).) |
| GetFormatProvider | (Inherited from AXValueFormatter.) |
| GetFormatSpecifier | Gets default format specifier that is used to format this eastern daylight time. (Overrides AXValueFormatter.GetFormatSpecifier().) |
| GetHashCode | (Inherited from Object.) |
| GetType | (Inherited from Object.) |
| InitTimeFormatInfo | Initializes the DateTimeFormatInfo instance with the datetime properties defined on the eastern daylight time in the AOT. |
| MemberwiseClone | (Inherited from Object.) |
| Parse | Converts the string representation of an object to the actual object by using eastern daylight time and the culture-specific formatting options.In particular, it will parse the string as a datetime and then convert the datetime to an Microsoft Dynamics AX time value.The argument was either null or an incorrect format. |
| ToString | (Inherited from Object.) |
| TryParse | Converts the string representation of an object to the actual object by using the eastern daylight time and the culture-specific formatting options.In particular, it will parse the string as a datetime and then convert the datetime to an Microsoft Dynamics AX time value. |
| Validate | Validates the time value. (Overrides AXValueFormatter.Validate(Object, IModelElement, PropertyType, ValidationContext).) |
| Name | Description | |
|---|---|---|
| ICustomFormatter.Format | (Inherited from AXValueFormatter.) |
| IFormatProvider.GetFormat | (Inherited from AXValueFormatter.) |
Community Additions
ADD
Show: