FieldFormat class

FieldFormat class

Provides typed access to field’s numeric, date and time, and general formatting. To learn more, visit the Working with Fields documentation article.

Properties

NameDescription
dateTimeFormatGets or sets a formatting that is applied to a date and time field result. Corresponds to the \@ switch.
generalFormatsGets a collection of general formats that are applied to a numeric, text or any field result. Corresponds to the \* switches.
numericFormatGets or sets a formatting that is applied to a numeric field result. Corresponds to the \# switch.

See Also