Package org.jruby.util
Class StrptimeParser.FormatBag
java.lang.Object
org.jruby.util.StrptimeParser.FormatBag
- Enclosing class:
StrptimeParser
Ported Date::Format::Bag from lib/ruby/stdlib/date/format.rb in JRuby 9.1.5.0.
see https://github.com/jruby/jruby/blob/036ce39f0476d4bd718e23e64caff36bb50b8dbc/lib/ruby/stdlib/date/format.rb
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlong
getCent()
int
getCWDay()
int
getCWeek()
long
int
getHour()
int
getMDay()
int
getMerid()
int
getMin()
int
getMon()
int
getSec()
int
int
int
getWDay()
int
getWNum0()
int
getWNum1()
int
getYDay()
long
getYear()
getZone()
static boolean
has
(int v) static boolean
has
(long v) static boolean
-
Constructor Details
-
FormatBag
public FormatBag()
-
-
Method Details
-
getMDay
public int getMDay() -
getWDay
public int getWDay() -
getCWDay
public int getCWDay() -
getYDay
public int getYDay() -
getCWeek
public int getCWeek() -
getCWYear
public long getCWYear() -
getMin
public int getMin() -
getMon
public int getMon() -
getHour
public int getHour() -
getYear
public long getYear() -
getSec
public int getSec() -
getWNum0
public int getWNum0() -
getWNum1
public int getWNum1() -
getZone
-
getSecFraction
-
getSecFractionSize
public int getSecFractionSize() -
getSeconds
-
getSecondsSize
public int getSecondsSize() -
getMerid
public int getMerid() -
getCent
public long getCent() -
getLeftover
-
has
public static boolean has(int v) -
has
public static boolean has(long v) -
has
-