Interface ObjectFormulaTimeFieldMetadata

All Superinterfaces:
ObjectFormulaFieldTypeMetadata

public interface ObjectFormulaTimeFieldMetadata extends ObjectFormulaFieldTypeMetadata
Provides methods to retrieve common metadata on time formula fields.
See Also:
  • Method Details

    • getMaxLength

      int getMaxLength()
      Retrieves the maximum character length of the given time formula field.
      Returns:
      the max length of the field. For example, 8.
    • getFormatMask

      Retrieves the FormatMaskExpressionMetadata containing the expression of the format mask of the given time formula field.
      Returns:
      a FormatMaskExpressionMetadata with the format mask expression of TimeFormat()