FormatStyle

Styles used when formatting time or dates.

Note that the style is a function of the platform the app is running on and might vary slightly from one platform to another or even on the same platform from one release to another. An app should not make any assumptions about the format.

Entries

Link copied to clipboard

Short style, typically numeric.

Link copied to clipboard

Medium style with some detail.

Link copied to clipboard

Long style with a lot of detail.

Link copied to clipboard

Full style with the most detail.

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.