|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Objectorg.op4j.jodatime.functions.FnDateMidnight
public final class FnDateMidnight
Method Summary | ||
---|---|---|
static
|
calendarToDateMidnight()
It converts a Calendar into a DateMidnight
|
|
static
|
calendarToDateMidnight(org.joda.time.Chronology chronology)
It converts a Calendar into a DateMidnight with the given Chronology
|
|
static
|
calendarToDateMidnight(org.joda.time.DateTimeZone dateTimeZone)
It converts a Calendar into a DateMidnight in the given DateTimeZone
|
|
static
|
dateToDateMidnight()
The input Date is converted into a DateMidnight
|
|
static
|
dateToDateMidnight(org.joda.time.Chronology chronology)
The input Date is converted into a DateMidnight with the given
Chronology
|
|
static
|
dateToDateMidnight(org.joda.time.DateTimeZone dateTimeZone)
The input Date is converted into a DateMidnight configured with the given
DateTimeZone
|
|
static org.op4j.functions.Function<Integer[],org.joda.time.DateMidnight> |
integerFieldArrayToDateMidnight()
A DateMidnight is created from the input Integer array. |
|
static org.op4j.functions.Function<Integer[],org.joda.time.DateMidnight> |
integerFieldArrayToDateMidnight(org.joda.time.Chronology chronology)
A DateMidnight is created from the given Integer array. |
|
static org.op4j.functions.Function<Collection<Integer>,org.joda.time.DateMidnight> |
integerFieldCollectionToDateMidnight()
A DateMidnight is created from the input Integer Collection . |
|
static org.op4j.functions.Function<Collection<Integer>,org.joda.time.DateMidnight> |
integerFieldCollectionToDateMidnight(org.joda.time.Chronology chronology)
A DateMidnight is created from the input Integer Collection . |
|
static org.op4j.functions.Function<Long,org.joda.time.DateMidnight> |
longToDateMidnight()
The input Long representing the time in milliseconds is converted into a DateMidnight
|
|
static org.op4j.functions.Function<Long,org.joda.time.DateMidnight> |
longToDateMidnight(org.joda.time.Chronology chronology)
The input Long representing the time in milliseconds is converted into a DateMidnight with the given
Chronology
|
|
static org.op4j.functions.Function<Long,org.joda.time.DateMidnight> |
longToDateMidnight(org.joda.time.DateTimeZone dateTimeZone)
The input Long representing the time in milliseconds is converted into a DateMidnight in the given
DateTimeZone
|
|
static org.op4j.functions.Function<String[],org.joda.time.DateMidnight> |
strFieldArrayToDateMidnight()
A DateMidnight is created from the given String array. |
|
static org.op4j.functions.Function<String[],org.joda.time.DateMidnight> |
strFieldArrayToDateMidnight(org.joda.time.Chronology chronology)
A DateMidnight is created from the input String array. |
|
static org.op4j.functions.Function<Collection<String>,org.joda.time.DateMidnight> |
strFieldCollectionToDateMidnight()
A DateMidnight is created from the input String Collection . |
|
static org.op4j.functions.Function<Collection<String>,org.joda.time.DateMidnight> |
strFieldCollectionToDateMidnight(org.joda.time.Chronology chronology)
A DateMidnight is created from the input String Collection . |
|
static org.op4j.functions.Function<String,org.joda.time.DateMidnight> |
strToDateMidnight(String pattern)
It converts the input String into a DateMidnight using the given pattern parameter. |
|
static org.op4j.functions.Function<String,org.joda.time.DateMidnight> |
strToDateMidnight(String pattern,
org.joda.time.Chronology chronology)
It converts the input String into a DateMidnight using the given pattern parameter and with the given
Chronology . |
|
static org.op4j.functions.Function<String,org.joda.time.DateMidnight> |
strToDateMidnight(String pattern,
org.joda.time.DateTimeZone dateTimeZone)
It converts the input String into a DateMidnight using the given pattern parameter and with the given
DateTimeZone . |
|
static org.op4j.functions.Function<String,org.joda.time.DateMidnight> |
strToDateMidnight(String pattern,
Locale locale)
It converts the input String into a DateMidnight using the given pattern and
Locale parameters
|
|
static org.op4j.functions.Function<String,org.joda.time.DateMidnight> |
strToDateMidnight(String pattern,
Locale locale,
org.joda.time.Chronology chronology)
It converts the input String into a DateMidnight using the given pattern and Locale parameters. |
|
static org.op4j.functions.Function<String,org.joda.time.DateMidnight> |
strToDateMidnight(String pattern,
Locale locale,
org.joda.time.DateTimeZone dateTimeZone)
It converts the input String into a DateMidnight using the given pattern and Locale parameters. |
|
static org.op4j.functions.Function<String,org.joda.time.DateMidnight> |
strToDateMidnight(String pattern,
String locale)
It converts the input String into a DateMidnight using the given pattern and
Locale parameters
|
|
static org.op4j.functions.Function<String,org.joda.time.DateMidnight> |
strToDateMidnight(String pattern,
String locale,
org.joda.time.Chronology chronology)
It converts the input String into a DateMidnight using the given pattern and Locale parameters. |
|
static org.op4j.functions.Function<String,org.joda.time.DateMidnight> |
strToDateMidnight(String pattern,
String locale,
org.joda.time.DateTimeZone dateTimeZone)
It converts the input String into a DateMidnight using the given pattern and Locale parameters. |
|
static org.op4j.functions.Function<Timestamp,org.joda.time.DateMidnight> |
timestampToDateMidnight()
The input Timestamp is converted into a DateMidnight
|
|
static org.op4j.functions.Function<Timestamp,org.joda.time.DateMidnight> |
timestampToDateMidnight(org.joda.time.Chronology chronology)
The input Timestamp is converted into a DateMidnight with the given
Chronology
|
|
static org.op4j.functions.Function<Timestamp,org.joda.time.DateMidnight> |
timestampToDateMidnight(org.joda.time.DateTimeZone dateTimeZone)
The input Timestamp is converted into a DateMidnight in the given
DateTimeZone
|
Methods inherited from class Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static final org.op4j.functions.Function<String,org.joda.time.DateMidnight> strToDateMidnight(String pattern)
It converts the input String
into a DateMidnight
using the given pattern parameter. If
the pattern includes either, the name of the month or day of week, a conversion
accepting a Locale
must be used instead
pattern
- string with the format of the input String
DateMidnight
created from the input and argumentspublic static final org.op4j.functions.Function<String,org.joda.time.DateMidnight> strToDateMidnight(String pattern, org.joda.time.DateTimeZone dateTimeZone)
It converts the input String
into a DateMidnight
using the given pattern parameter and with the given
DateTimeZone
. If the pattern includes either, the name of the month or day of week, a conversion
accepting a Locale
must be used instead
pattern
- string with the format of the input StringdateTimeZone
- the the time zone (DateTimeZone
) to be used
DateMidnight
created from the input and argumentspublic static final org.op4j.functions.Function<String,org.joda.time.DateMidnight> strToDateMidnight(String pattern, org.joda.time.Chronology chronology)
It converts the input String
into a DateMidnight
using the given pattern parameter and with the given
Chronology
. If the pattern includes either, the name of the month or day of week, a conversion
accepting a Locale
must be used instead
pattern
- string with the format of the input Stringchronology
- Chronology
to be used
DateMidnight
created from the input and argumentspublic static final org.op4j.functions.Function<String,org.joda.time.DateMidnight> strToDateMidnight(String pattern, Locale locale)
It converts the input String
into a DateMidnight
using the given pattern and
Locale
parameters
pattern
- string with the format of the input Stringlocale
- Locale
to be used
DateMidnight
created from the input and argumentspublic static final org.op4j.functions.Function<String,org.joda.time.DateMidnight> strToDateMidnight(String pattern, String locale)
It converts the input String
into a DateMidnight
using the given pattern and
Locale
parameters
pattern
- string with the format of the input Stringlocale
- Locale
to be used
DateMidnight
created from the input and argumentspublic static final org.op4j.functions.Function<String,org.joda.time.DateMidnight> strToDateMidnight(String pattern, Locale locale, org.joda.time.DateTimeZone dateTimeZone)
It converts the input String into a DateMidnight
using the given pattern and Locale
parameters.
The DateMidnight
is configured with the given DateTimeZone
pattern
- string with the format of the input Stringlocale
- Locale
to be useddateTimeZone
- the the time zone (DateTimeZone
) to be used
DateMidnight
created from the input and argumentspublic static final org.op4j.functions.Function<String,org.joda.time.DateMidnight> strToDateMidnight(String pattern, String locale, org.joda.time.DateTimeZone dateTimeZone)
It converts the input String
into a DateMidnight
using the given pattern and Locale
parameters.
The DateMidnight
is configured with the given DateTimeZone
pattern
- string with the format of the input Stringlocale
- Locale
to be useddateTimeZone
- the the time zone (DateTimeZone
) to be used
DateMidnight
created from the input and argumentspublic static final org.op4j.functions.Function<String,org.joda.time.DateMidnight> strToDateMidnight(String pattern, Locale locale, org.joda.time.Chronology chronology)
It converts the input String
into a DateMidnight
using the given pattern and Locale
parameters.
The DateMidnight
will be created with the given Chronology
pattern
- string with the format of the input Stringlocale
- Locale
to be usedchronology
- Chronology
to be used
DateMidnight
created from the input and argumentspublic static final org.op4j.functions.Function<String,org.joda.time.DateMidnight> strToDateMidnight(String pattern, String locale, org.joda.time.Chronology chronology)
It converts the input String into a DateMidnight
using the given pattern and Locale
parameters.
The DateMidnight
will be created with the given Chronology
pattern
- string with the format of the input Stringlocale
- Locale
to be usedchronology
- Chronology
to be used
DateMidnight
created from the input and argumentspublic static final <T extends Date> org.op4j.functions.Function<T,org.joda.time.DateMidnight> dateToDateMidnight()
The input Date
is converted into a DateMidnight
DateMidnight
created from the inputpublic static final <T extends Date> org.op4j.functions.Function<T,org.joda.time.DateMidnight> dateToDateMidnight(org.joda.time.DateTimeZone dateTimeZone)
The input Date
is converted into a DateMidnight
configured with the given
DateTimeZone
dateTimeZone
- the the time zone (DateTimeZone
) to be used
DateMidnight
created from the input and argumentspublic static final <T extends Date> org.op4j.functions.Function<T,org.joda.time.DateMidnight> dateToDateMidnight(org.joda.time.Chronology chronology)
The input Date
is converted into a DateMidnight
with the given
Chronology
chronology
- Chronology
to be used
DateMidnight
created from the input and argumentspublic static final org.op4j.functions.Function<Timestamp,org.joda.time.DateMidnight> timestampToDateMidnight()
The input Timestamp
is converted into a DateMidnight
DateMidnight
created from the inputpublic static final org.op4j.functions.Function<Timestamp,org.joda.time.DateMidnight> timestampToDateMidnight(org.joda.time.DateTimeZone dateTimeZone)
The input Timestamp
is converted into a DateMidnight
in the given
DateTimeZone
dateTimeZone
- the the time zone (DateTimeZone
) to be used
DateMidnight
created from the input and argumentspublic static final org.op4j.functions.Function<Timestamp,org.joda.time.DateMidnight> timestampToDateMidnight(org.joda.time.Chronology chronology)
The input Timestamp
is converted into a DateMidnight
with the given
Chronology
chronology
- Chronology
to be used
DateMidnight
created from the input and argumentspublic static final org.op4j.functions.Function<Long,org.joda.time.DateMidnight> longToDateMidnight()
The input Long
representing the time in milliseconds is converted into a DateMidnight
DateMidnight
created from the inputpublic static final org.op4j.functions.Function<Long,org.joda.time.DateMidnight> longToDateMidnight(org.joda.time.DateTimeZone dateTimeZone)
The input Long
representing the time in milliseconds is converted into a DateMidnight
in the given
DateTimeZone
dateTimeZone
- the the time zone (DateTimeZone
) to be used
DateMidnight
created from the input and argumentspublic static final org.op4j.functions.Function<Long,org.joda.time.DateMidnight> longToDateMidnight(org.joda.time.Chronology chronology)
The input Long
representing the time in milliseconds is converted into a DateMidnight
with the given
Chronology
chronology
- Chronology
to be used
DateMidnight
created from the input and argumentspublic static final org.op4j.functions.Function<Collection<Integer>,org.joda.time.DateMidnight> integerFieldCollectionToDateMidnight()
A DateMidnight
is created from the input Integer
Collection
.
The valid input Collection<Integer> are:
DateMidnight
created from the inputpublic static final org.op4j.functions.Function<Collection<Integer>,org.joda.time.DateMidnight> integerFieldCollectionToDateMidnight(org.joda.time.Chronology chronology)
A DateMidnight
is created from the input Integer
Collection
.
The result will be created with the given Chronology
The valid input Collection<Integer> are:
chronology
- Chronology
to be used
DateMidnight
created from the input and argumentspublic static final org.op4j.functions.Function<Integer[],org.joda.time.DateMidnight> integerFieldArrayToDateMidnight()
A DateMidnight
is created from the input Integer
array.
The valid input Integer[] are:
DateMidnight
created from the inputpublic static final org.op4j.functions.Function<Integer[],org.joda.time.DateMidnight> integerFieldArrayToDateMidnight(org.joda.time.Chronology chronology)
A DateMidnight
is created from the given Integer
array.
The result will be created with the given Chronology
The valid input Integer[] are:
chronology
- Chronology
to be used
DateMidnight
created from the input and argumentspublic static final org.op4j.functions.Function<Collection<String>,org.joda.time.DateMidnight> strFieldCollectionToDateMidnight()
A DateMidnight
is created from the input String
Collection
.
The valid input Collection<String> are:
DateMidnight
created from the inputpublic static final org.op4j.functions.Function<Collection<String>,org.joda.time.DateMidnight> strFieldCollectionToDateMidnight(org.joda.time.Chronology chronology)
A DateMidnight
is created from the input String
Collection
.
The result will be created with the given Chronology
The valid input Collection<String> are:
chronology
- Chronology
to be used
DateMidnight
created from the input and argumentspublic static final org.op4j.functions.Function<String[],org.joda.time.DateMidnight> strFieldArrayToDateMidnight()
A DateMidnight
is created from the given String
array.
The valid input String[] are:
DateMidnight
created from the inputpublic static final org.op4j.functions.Function<String[],org.joda.time.DateMidnight> strFieldArrayToDateMidnight(org.joda.time.Chronology chronology)
A DateMidnight
is created from the input String
array.
The result will be created with the given Chronology
The valid input String[] are:
chronology
- Chronology
to be used
DateMidnight
created from the input and argumentspublic static final <T extends Calendar> org.op4j.functions.Function<T,org.joda.time.DateMidnight> calendarToDateMidnight()
It converts a Calendar
into a DateMidnight
DateMidnight
created from the inputpublic static final <T extends Calendar> org.op4j.functions.Function<T,org.joda.time.DateMidnight> calendarToDateMidnight(org.joda.time.DateTimeZone dateTimeZone)
It converts a Calendar
into a DateMidnight
in the given DateTimeZone
dateTimeZone
- the the time zone (DateTimeZone
) to be used
DateMidnight
created from the input and argumentspublic static final <T extends Calendar> org.op4j.functions.Function<T,org.joda.time.DateMidnight> calendarToDateMidnight(org.joda.time.Chronology chronology)
It converts a Calendar
into a DateMidnight
with the given Chronology
chronology
- Chronology
to be used
DateMidnight
created from the input and arguments
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |