| Constants | ||
|---|---|---|
public
|
NO_ZERO_DIFF = 01
|
# |
public
|
JUST_NOW = 02
|
# |
public
|
ONE_DAY_WORDS = 04
|
# |
public
|
TWO_DAY_WORDS = 010
|
# |
public
|
SEQUENTIAL_PARTS_ONLY = 020
|
# |
public
|
ROUND = 040
|
# |
public
|
FLOOR = 0100
|
# |
public
|
CEIL = 0200
|
# |
public
|
DIFF_ABSOLUTE = 1
|
# |
public
|
DIFF_RELATIVE_AUTO = 0
|
# |
public
|
DIFF_RELATIVE_TO_NOW = 2
|
# |
public
|
DIFF_RELATIVE_TO_OTHER = 3
|
# |