AXTimeValueFormatter Methods

The AXTimeValueFormatter type exposes the following members.

  NameDescription
Public method Static member ConvertAxTimeToDateTime Converts an Microsoft Dynamics AX time to a datetime.
Public method Static member ConvertDateTimeToAxTime Converts the datetime to number of seconds.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Protected method Format (Inherited from AXValueFormatter.)
Public method FormatValue (Inherited from AXValueFormatter.)
Protected method GetFormat (Inherited from AXValueFormatter.)
Public method GetFormatErrorMessage Returns a string that can be used to display error messages when the formatter fails. (Overrides AXValueFormatter.GetFormatErrorMessage(Object).)
Protected method GetFormatProvider (Inherited from AXValueFormatter.)
Public method GetFormatSpecifier Gets default format specifier that is used to format this eastern daylight time. (Overrides AXValueFormatter.GetFormatSpecifier().)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method InitTimeFormatInfo Initializes the DateTimeFormatInfo instance with the datetime properties defined on the eastern daylight time in the AOT.
Protected method MemberwiseClone (Inherited from Object.)
Public method 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.
Public method ToString (Inherited from Object.)
Public method 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.
Public method Validate Validates the time value. (Overrides AXValueFormatter.Validate(Object, IModelElement, PropertyType, ValidationContext).)
Top

Community Additions

ADD
Show: