Java org.joda.time DateTimeConstants fields, constructors, methods, implement or subclass

Example usage for Java org.joda.time DateTimeConstants fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.joda.time DateTimeConstants.

The text is from its open source code.

Field

intJANUARY
Constant (1) representing January, the first month (ISO)
intFEBRUARY
Constant (2) representing February, the second month (ISO)
intMARCH
Constant (3) representing March, the third month (ISO)
intAPRIL
Constant (4) representing April, the fourth month (ISO)
intMAY
Constant (5) representing May, the fifth month (ISO)
intJUNE
Constant (6) representing June, the sixth month (ISO)
intJULY
Constant (7) representing July, the seventh month (ISO)
intAUGUST
Constant (8) representing August, the eighth month (ISO)
intSEPTEMBER
Constant (9) representing September, the nineth month (ISO)
intOCTOBER
Constant (10) representing October, the tenth month (ISO)
intNOVEMBER
Constant (11) representing November, the eleventh month (ISO)
intDECEMBER
Constant (12) representing December, the twelfth month (ISO)
intMONDAY
Constant (1) representing Monday, the first day of the week (ISO)
intTUESDAY
Constant (2) representing Tuesday, the second day of the week (ISO)
intWEDNESDAY
Constant (3) representing Wednesday, the third day of the week (ISO)
intTHURSDAY
Constant (4) representing Thursday, the fourth day of the week (ISO)
intFRIDAY
Constant (5) representing Friday, the fifth day of the week (ISO)
intSATURDAY
Constant (6) representing Saturday, the sixth day of the week (ISO)
intSUNDAY
Constant (7) representing Sunday, the seventh day of the week (ISO)
intAM
Constant (0) representing AM, the morning (from Calendar)
intPM
Constant (1) representing PM, the afternoon (from Calendar)
intBCE
Alternative constant (0) representing BCE, Before Common Era (secular)
intMILLIS_PER_SECOND
Milliseconds in one second (1000) (ISO)
intSECONDS_PER_MINUTE
Seconds in one minute (60) (ISO)
intMILLIS_PER_MINUTE
Milliseconds in one minute (ISO)
intMINUTES_PER_HOUR
Minutes in one hour (ISO)
intSECONDS_PER_HOUR
Seconds in one hour (ISO)
intMILLIS_PER_HOUR
Milliseconds in one hour (ISO)
intMINUTES_PER_DAY
Minutes in a typical day (ISO).
intSECONDS_PER_DAY
Seconds in a typical day (ISO).
intMILLIS_PER_DAY
Milliseconds in a typical day (ISO).
intDAYS_PER_WEEK
Days in one week (7) (ISO)
intSECONDS_PER_WEEK
Seconds in a typical week (ISO).
intMILLIS_PER_WEEK
Milliseconds in a typical week (ISO).