ERXTimestampUtilities instead@Deprecated
public class ERXTimestampUtility
extends java.lang.Object
| Constructor and Description |
|---|
ERXTimestampUtility()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static java.util.GregorianCalendar |
calendarForTimestamp(NSTimestamp t)
Deprecated.
|
static long |
compareDatesInCommonEra(NSTimestamp t1,
NSTimestamp t2,
int mode)
Deprecated.
|
static int |
dayOfCommonEra(NSTimestamp t)
Deprecated.
|
static int |
dayOfMonth(NSTimestamp t)
Deprecated.
|
static int |
dayOfWeek(NSTimestamp t)
Deprecated.
|
static int |
dayOfYear(NSTimestamp t)
Deprecated.
|
static long |
differenceByDay(NSTimestamp t1,
NSTimestamp t2)
Deprecated.
|
static long |
differenceByMonth(NSTimestamp t1,
NSTimestamp t2)
Deprecated.
|
static long |
differenceByWeek(NSTimestamp t1,
NSTimestamp t2)
Deprecated.
|
static long |
differenceByYear(NSTimestamp t1,
NSTimestamp t2)
Deprecated.
|
static NSTimestamp |
firstDateInNextMonth(NSTimestamp value)
Deprecated.
|
static NSTimestamp |
firstDateInSameMonth(NSTimestamp value)
Deprecated.
|
static NSTimestamp |
firstDateInSameWeek(NSTimestamp value)
Deprecated.
|
static int |
hourOfDay(NSTimestamp t)
Deprecated.
|
static boolean |
isWeekDay(NSTimestamp t)
Deprecated.
|
static int |
minuteOfHour(NSTimestamp t)
Deprecated.
|
static int |
monthOfCommonEra(NSTimestamp t)
Deprecated.
|
static int |
monthOfYear(NSTimestamp t)
Deprecated.
|
static long |
offsetForDateInCommonEra(NSTimestamp t,
int mode)
Deprecated.
|
static int |
secondOfMinute(NSTimestamp t)
Deprecated.
|
static int |
weekOfCommonEra(NSTimestamp t)
Deprecated.
|
static int |
weekOfMonth(NSTimestamp t)
Deprecated.
|
static int |
weekOfYear(NSTimestamp t)
Deprecated.
|
static int |
yearOfCommonEra(NSTimestamp t)
Deprecated.
|
public static java.util.GregorianCalendar calendarForTimestamp(NSTimestamp t)
public static long offsetForDateInCommonEra(NSTimestamp t, int mode)
public static long differenceByDay(NSTimestamp t1, NSTimestamp t2)
public static long differenceByWeek(NSTimestamp t1, NSTimestamp t2)
public static long differenceByMonth(NSTimestamp t1, NSTimestamp t2)
public static long differenceByYear(NSTimestamp t1, NSTimestamp t2)
public static NSTimestamp firstDateInSameWeek(NSTimestamp value)
public static NSTimestamp firstDateInSameMonth(NSTimestamp value)
public static NSTimestamp firstDateInNextMonth(NSTimestamp value)
public static long compareDatesInCommonEra(NSTimestamp t1, NSTimestamp t2, int mode)
public static int dayOfCommonEra(NSTimestamp t)
public static int monthOfCommonEra(NSTimestamp t)
public static int weekOfCommonEra(NSTimestamp t)
public static boolean isWeekDay(NSTimestamp t)
public static int dayOfWeek(NSTimestamp t)
public static int dayOfMonth(NSTimestamp t)
public static int weekOfYear(NSTimestamp t)
public static int weekOfMonth(NSTimestamp t)
public static int dayOfYear(NSTimestamp t)
public static int hourOfDay(NSTimestamp t)
public static int minuteOfHour(NSTimestamp t)
public static int secondOfMinute(NSTimestamp t)
public static int monthOfYear(NSTimestamp t)
public static int yearOfCommonEra(NSTimestamp t)
Copyright © 2002 – 2022 Project Wonder.