public static class StrptimeParser.FormatBag
extends java.lang.Object
Constructor and Description |
---|
FormatBag() |
Modifier and Type | Method and Description |
---|---|
long |
getCent() |
int |
getCWDay() |
int |
getCWeek() |
long |
getCWYear() |
int |
getHour() |
java.lang.String |
getLeftover() |
int |
getMDay() |
int |
getMerid() |
int |
getMin() |
int |
getMon() |
int |
getSec() |
java.lang.Number |
getSecFraction() |
int |
getSecFractionSize() |
java.lang.Number |
getSeconds() |
int |
getSecondsSize() |
int |
getWDay() |
int |
getWNum0() |
int |
getWNum1() |
int |
getYDay() |
long |
getYear() |
java.lang.String |
getZone() |
static boolean |
has(int v) |
static boolean |
has(long v) |
static boolean |
has(java.lang.Number v) |
public int getMDay()
public int getWDay()
public int getCWDay()
public int getYDay()
public int getCWeek()
public long getCWYear()
public int getMin()
public int getMon()
public int getHour()
public long getYear()
public int getSec()
public int getWNum0()
public int getWNum1()
public java.lang.String getZone()
public java.lang.Number getSecFraction()
public int getSecFractionSize()
public java.lang.Number getSeconds()
public int getSecondsSize()
public int getMerid()
public long getCent()
public java.lang.String getLeftover()
public static boolean has(int v)
public static boolean has(long v)
public static boolean has(java.lang.Number v)
Copyright © 2001-2018 JRuby. All Rights Reserved.