Class DateTimeConstants
java.lang.Object
com.bluebell.greenhouse.platform.constants.system.DateTimeConstants
Constants for data & time operations.
- Version:
- 1.0.6
- Author:
- Stephen Prizio
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe data & time format using for importing trades from CMC Markets.static final StringThe default date format.static final StringThe default date & time format.static final StringThe default date & time format without a timezone.static final LocalTimeStandard market close time (16:00) in Eastern Time.static final LocalTimeStandard market open time (09:30) in Eastern Time.static final StringThe default Eastern Timezone.static final StringDescription for API inputs that accept an ISO-8601 date or datetime.static final StringA data & time format showing a long month name, followed by the day and year.static final intRepresents the maximum allowable calendar year value.static final LocalDateRepresents the highest supported date in the system.static final StringMetaTrader4 uses a specific timezone which is the Eastern European Timezone.static final LocalDateRepresents the lowest supported date in the system.static final StringMT4 date format.static final StringMT4 short date & time format.static final StringMT4 date & time format.static final StringMT4 time format.static final StringRenders a pretty date format.static final StringThe date & time format for reporting in anther.Allowed IANA timezone region prefixes recognized by the application (e.g., values like"America/Toronto"must begin with one of these).static final StringMT4 Trade export date & time format. -
Method Summary
-
Field Details
-
SUPPORTED_TIMEZONE_PREFIXES
-
PRETTY_DATE_FORMAT
-
DATE_TIME_FORMAT
-
ISO_DATE_OR_DATETIME_FORMAT
Description for API inputs that accept an ISO-8601 date or datetime.- See Also:
-
DATE_TIME_FORMAT_NO_TIMEZONE
The default date & time format without a timezone.- See Also:
-
MT4_DATE_FORMAT
-
MT4_TIME_FORMAT
-
MT4_DATE_TIME_FORMAT
-
MT4_DATE_SHORT_TIME_FORMAT
-
EASTERN_TIMEZONE
-
METATRADER4_TIMEZONE
MetaTrader4 uses a specific timezone which is the Eastern European Timezone.- See Also:
-
MIN_DATE
Represents the lowest supported date in the system. -
MAX_DATE
Represents the highest supported date in the system. -
EASTERN_MARKET_OPEN_TIME
Standard market open time (09:30) in Eastern Time. -
EASTERN_MARKET_CLOSE_TIME
Standard market close time (16:00) in Eastern Time. -
MAX_CALENDAR_YEAR
public static final int MAX_CALENDAR_YEARRepresents the maximum allowable calendar year value.- See Also:
-
DATE_FORMAT
-
REPORTING_DATE_TIME_FORMAT
The date & time format for reporting in anther.- See Also:
-
CMC_MARKETS_TRADE_IMPORT_DATE_TIME_FORMAT
The data & time format using for importing trades from CMC Markets.- See Also:
-
LONG_MONTH_DAY_YEAR_DATE_TIME_FORMAT
A data & time format showing a long month name, followed by the day and year.- See Also:
-
TRADE_EXPORT_MT4_DATE_TIME_FORMAT
MT4 Trade export date & time format.- See Also:
-