- Enclosing class:
- DateTimePatternGenerator
@Deprecated
public static class DateTimePatternGenerator.VariableField
extends Object
Utility class for FormatParser. Immutable class that is only used to mark
the difference between a variable field and a literal string. Each
variable field must consist of 1 to n variable characters, representing
date format fields. For example, "VVVV" is valid while "V4" is not, nor
is "44".