public class ParsedCalendar extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ParsedCalendar.ParseType |
Modifier and Type | Field and Description |
---|---|
Calendar |
parsedCalendar |
ParsedCalendar.ParseType |
parseType |
Constructor and Description |
---|
ParsedCalendar(ParsedCalendar.ParseType parseType,
Calendar parsedCalendar) |
Modifier and Type | Method and Description |
---|---|
Calendar |
getMax() |
Calendar |
getMin() |
boolean |
isDayless() |
boolean |
isDayOnly() |
boolean |
isYearless() |
String |
toString() |
public final ParsedCalendar.ParseType parseType
public final Calendar parsedCalendar
public ParsedCalendar(ParsedCalendar.ParseType parseType, Calendar parsedCalendar)
Copyright © 2012–2020. All rights reserved.