Module format

Source
Expand description

Modulesยง

proto_date_time_field
Nested message and enum types in ProtoDateTimeField.
proto_date_time_format_node
Nested message and enum types in ProtoDateTimeFormatNode.
proto_ordinal_mode
Nested message and enum types in ProtoOrdinalMode.
proto_word_caps
Nested message and enum types in ProtoWordCaps.

Structsยง

DateTimeFormat
A compiled date-time format string.
ProtoDateTimeField
ProtoDateTimeFormat
ProtoDateTimeFormatNode
ProtoOrdinalMode
ProtoWordCaps

Enumsยง

DateTimeField ๐Ÿ”’
A date-time field.
DateTimeFormatNode ๐Ÿ”’
An element of a date-time format string.
DateTimeToken ๐Ÿ”’
The raw tokens that can appear in a format string. Many of these tokens overlap, in which case the longest matching token should be selected.
OrdinalMode ๐Ÿ”’
Specifies the ordinal suffix that should be attached to numeric fields.
WordCaps ๐Ÿ”’
Specifies the capitalization of a word.

Constantsยง

MONTHS_ABBREV_ALL_CAPS ๐Ÿ”’
MONTHS_ABBREV_FIRST_CAPS ๐Ÿ”’
MONTHS_ABBREV_NO_CAPS ๐Ÿ”’
MONTHS_ALL_CAPS ๐Ÿ”’
MONTHS_FIRST_CAPS ๐Ÿ”’
MONTHS_NO_CAPS ๐Ÿ”’
MONTHS_ROMAN_CAPS ๐Ÿ”’
MONTHS_ROMAN_NO_CAPS ๐Ÿ”’
WEEKDAYS_ABBREV_ALL_CAPS ๐Ÿ”’
WEEKDAYS_ABBREV_FIRST_CAPS ๐Ÿ”’
WEEKDAYS_ABBREV_NO_CAPS ๐Ÿ”’
WEEKDAYS_ALL_CAPS ๐Ÿ”’
WEEKDAYS_FIRST_CAPS ๐Ÿ”’
WEEKDAYS_NO_CAPS ๐Ÿ”’