ScheduleField.SetFormatOptions
Description:
Sets the FormatOptions to optionally override the default settings in the Units class.
Sets the FormatOptions to optionally override the default settings in the Units class.
Remarks:
See the UnitType property to determine the unit type of this field.
See the UnitType property to determine the unit type of this field.
public void SetFormatOptions(
FormatOptions formatOptions
)
-
formatOptionsThe FormatOptions.
-
The display unit in formatOptions is not a valid display unit for the unit type of this ScheduleField, or the rounding method in formatOptions is not set to Nearest. See UnitUtils.IsValidDisplayUnit(UnitType, DisplayUnitType), UnitUtils.GetValidDisplayUnits(UnitType) and FormatOptions.RoundingMethod.
-
A non-optional argument was null