Package world.mappable.runtime.i18n

Enum TimeFormat

java.lang.Object
    ↳ java.lang.Enum
        ↳ world.mappable.runtime.i18n.TimeFormat

final enum TimeFormat

Time format to use.

Enum Constant Summary

Enum Constants

Description

DEFAULT

H24

24-hour time format.

H12

12-hour time format with AM/PM marker.

Summary

Methods

Type and modifiers

Method and Description

static TimeFormat[]

values()

static TimeFormat

valueOf(java.lang.String name)

Enum Constants Detail

DEFAULT

static final

TimeFormat

DEFAULT


H24

static final

TimeFormat

H24

24-hour time format.


H12

static final

TimeFormat

H12

12-hour time format with AM/PM marker.


Methods

values

TimeFormat[] values()


valueOf

TimeFormat valueOf(java.lang.String name)