Package ch.bailu.gtk.glib
Klasse Date
java.lang.Object
ch.bailu.gtk.type.Type
ch.bailu.gtk.type.Pointer
ch.bailu.gtk.type.Record
ch.bailu.gtk.glib.Date
- Alle implementierten Schnittstellen:
PointerInterface
`GDate` is a struct for calendrical calculations.
The `GDate` data structure represents a day between January 1, Year 1,
and sometime a few thousand years in the future (right now it will go
to the year 65535 or so, but [method@GLib.Date.set_parse] only parses up to the
year 8000 or so - just count on "a few thousand"). `GDate` is meant to
represent everyday dates, not astronomical dates or historical dates
or ISO timestamps or the like. It extrapolates the current Gregorian
calendar forward and backward in time; there is no attempt to change
the calendar to match time periods or locations. `GDate` does not store
time information; it represents a day.
The `GDate` implementation has several nice features; it is only a
64-bit struct, so storing large numbers of dates is very efficient. It
can keep both a Julian and day-month-year representation of the date,
since some calculations are much easier with one representation or the
other. A Julian representation is simply a count of days since some
fixed day in the past; for #GDate the fixed day is January 1, 1 AD.
("Julian" dates in the #GDate API aren't really Julian dates in the
technical sense; technically, Julian dates count from the start of the
Julian period, Jan 1, 4713 BC).
`GDate` is simple to use. First you need a "blank" date; you can get a
dynamically allocated date from [ctor@GLib.Date.new], or you can declare an
automatic variable or array and initialize it by calling [method@GLib.Date.clear].
A cleared date is safe; it's safe to call [method@GLib.Date.set_dmy] and the other
mutator functions to initialize the value of a cleared date. However, a cleared date
is initially invalid, meaning that it doesn't represent a day that exists.
It is undefined to call any of the date calculation routines on an invalid date.
If you obtain a date from a user or other unpredictable source, you should check
its validity with the [method@GLib.Date.valid] predicate. [method@GLib.Date.valid]
is also used to check for errors with [method@GLib.Date.set_parse] and other functions
that can fail. Dates can be invalidated by calling [method@GLib.Date.clear] again.
It is very important to use the API to access the `GDate` struct. Often only the
day-month-year or only the Julian representation is valid. Sometimes neither is valid.
Use the API.
GLib also features `GDateTime` which represents a precise time.
The `GDate` data structure represents a day between January 1, Year 1,
and sometime a few thousand years in the future (right now it will go
to the year 65535 or so, but [method@GLib.Date.set_parse] only parses up to the
year 8000 or so - just count on "a few thousand"). `GDate` is meant to
represent everyday dates, not astronomical dates or historical dates
or ISO timestamps or the like. It extrapolates the current Gregorian
calendar forward and backward in time; there is no attempt to change
the calendar to match time periods or locations. `GDate` does not store
time information; it represents a day.
The `GDate` implementation has several nice features; it is only a
64-bit struct, so storing large numbers of dates is very efficient. It
can keep both a Julian and day-month-year representation of the date,
since some calculations are much easier with one representation or the
other. A Julian representation is simply a count of days since some
fixed day in the past; for #GDate the fixed day is January 1, 1 AD.
("Julian" dates in the #GDate API aren't really Julian dates in the
technical sense; technically, Julian dates count from the start of the
Julian period, Jan 1, 4713 BC).
`GDate` is simple to use. First you need a "blank" date; you can get a
dynamically allocated date from [ctor@GLib.Date.new], or you can declare an
automatic variable or array and initialize it by calling [method@GLib.Date.clear].
A cleared date is safe; it's safe to call [method@GLib.Date.set_dmy] and the other
mutator functions to initialize the value of a cleared date. However, a cleared date
is initially invalid, meaning that it doesn't represent a day that exists.
It is undefined to call any of the date calculation routines on an invalid date.
If you obtain a date from a user or other unpredictable source, you should check
its validity with the [method@GLib.Date.valid] predicate. [method@GLib.Date.valid]
is also used to check for errors with [method@GLib.Date.set_parse] and other functions
that can fail. Dates can be invalidated by calling [method@GLib.Date.clear] again.
It is very important to use the API to access the `GDate` struct. Often only the
day-month-year or only the Julian representation is valid. Sometimes neither is valid.
Use the API.
GLib also features `GDateTime` which represents a precise time.
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic final String
the day of the day-month-year representation of the date,
as a number between 1 and 31static final String
this is set if @day, @month and @year are validstatic final String
this bit is set if @julian_days is validstatic final String
the Julian representation of the datestatic final String
the month of the day-month-year representation of the date,
as a number between 1 and 12static final String
the year of the day-month-year representation of the date -
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungDate()
Allocates a #GDate and initializes
it to a safe state.Date
(PointerContainer pointer) -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoid
addDays
(int n_days) Increments a date some number of days.void
addMonths
(int n_months) Increments a date by some number of months.void
addYears
(int n_years) Increments a date by some number of years.void
If @date is prior to @min_date, sets @date equal to @min_date.void
clear
(int n_dates) Initializes one or more #GDate structs to a safe but invalid
state.int
qsort()-style comparison function for dates.copy()
Copies a GDate to a newly-allocated GDate.int
daysBetween
(Date date2) Computes the number of days between two dates.void
free()
Frees a #GDate returned from g_date_new().static ClassHandler
int
Returns the day of the year, where Jan 1 is the first day of the
year.int
the day of the day-month-year representation of the date,
as a number between 1 and 31int
this is set if @day, @month and @year are validint
this bit is set if @julian_days is validint
the Julian representation of the dateint
the month of the day-month-year representation of the date,
as a number between 1 and 12int
the year of the day-month-year representation of the datestatic int
int
Returns the week of the year, where weeks are interpreted according
to ISO 8601.int
Returns the Julian day or "serial number" of the #GDate.int
Returns the week of the year, where weeks are understood to start on
Monday.int
getMonth()
Returns the month of the year.static long
static TypeSystem.TypeSize
int
Returns the week of the year during which this date falls, if
weeks are understood to begin on Sunday.static long
static TypeSystem.TypeSize
int
Returns the day of the week for a #GDate.boolean
Returns %TRUE if the date is on the first of a month.boolean
Returns %TRUE if the date is the last day of the month.static Date
newJulianDate
(int julian_day) Create a new #GDate representing the given Julian date.void
Checks if @date1 is less than or equal to @date2,
and swap the values if this is not the case.void
setFieldDay
(int day) the day of the day-month-year representation of the date,
as a number between 1 and 31void
setFieldDmy
(int dmy) this is set if @day, @month and @year are validvoid
setFieldJulian
(int julian) this bit is set if @julian_days is validvoid
setFieldJulianDays
(int julian_days) the Julian representation of the datevoid
setFieldMonth
(int month) the month of the day-month-year representation of the date,
as a number between 1 and 12void
setFieldYear
(int year) the year of the day-month-year representation of the datevoid
setJulian
(int julian_date) Sets the value of a #GDate from a Julian day number.void
setMonth
(int month) Sets the month of the year for a #GDate.void
Parses a user-inputted string @str, and try to figure out what date it
represents, taking the [current locale](running.html#locale)
into account.void
Parses a user-inputted string @str, and try to figure out what date it
represents, taking the [current locale](running.html#locale)
into account.void
setTimeT
(long timet) Sets the value of a date to the date corresponding to a time
specified as a time_t.void
setTimeVal
(TimeVal timeval) Veraltet.static long
Generates a printed representation of the date, in a
[locale](running.html#locale)-specific way.void
subtractDays
(int n_days) Moves a date some number of days into the past.void
subtractMonths
(int n_months) Moves a date some number of months into the past.void
subtractYears
(int n_years) Moves a date some number of years into the past.boolean
valid()
Returns %TRUE if the #GDate represents an existing day.static boolean
validJulian
(int julian_date) Returns %TRUE if the Julian day is valid.static boolean
validMonth
(int month) Returns %TRUE if the month value is valid.static boolean
validWeekday
(int weekday) Returns %TRUE if the weekday is valid.Von Klasse geerbte Methoden ch.bailu.gtk.type.Pointer
asCPointer, cast, connectSignal, disconnectSignals, disconnectSignals, equals, hashCode, throwIfNull, throwNullPointerException, toString, unregisterCallbacks, unregisterCallbacks
Von Klasse geerbte Methoden ch.bailu.gtk.type.Type
asCPointer, asCPointer, asCPointerNotNull, asJnaPointer, asJnaPointer, asPointer, asPointer, cast, cast, throwIfNull
Von Klasse geerbte Methoden java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Von Schnittstelle geerbte Methoden ch.bailu.gtk.type.PointerInterface
asCPointerNotNull, asJnaPointer, asPointer, isNotNull, isNull
-
Felddetails
-
JULIAN_DAYS
the Julian representation of the date- Siehe auch:
-
JULIAN
this bit is set if @julian_days is valid- Siehe auch:
-
DMY
this is set if @day, @month and @year are valid- Siehe auch:
-
DAY
the day of the day-month-year representation of the date,
as a number between 1 and 31- Siehe auch:
-
MONTH
the month of the day-month-year representation of the date,
as a number between 1 and 12- Siehe auch:
-
YEAR
the year of the day-month-year representation of the date- Siehe auch:
-
-
Konstruktordetails
-
Date
-
Date
public Date()Allocates a #GDate and initializes
it to a safe state. The new date will
be cleared (as if you'd called g_date_clear()) but invalid (it won't
represent an existing day). Free the return value with g_date_free().
-
-
Methodendetails
-
getClassHandler
-
setFieldJulianDays
public void setFieldJulianDays(int julian_days) the Julian representation of the date -
getFieldJulianDays
public int getFieldJulianDays()the Julian representation of the date -
setFieldJulian
public void setFieldJulian(int julian) this bit is set if @julian_days is valid -
getFieldJulian
public int getFieldJulian()this bit is set if @julian_days is valid -
setFieldDmy
public void setFieldDmy(int dmy) this is set if @day, @month and @year are valid -
getFieldDmy
public int getFieldDmy()this is set if @day, @month and @year are valid -
setFieldDay
public void setFieldDay(int day) the day of the day-month-year representation of the date,
as a number between 1 and 31 -
getFieldDay
public int getFieldDay()the day of the day-month-year representation of the date,
as a number between 1 and 31 -
setFieldMonth
public void setFieldMonth(int month) the month of the day-month-year representation of the date,
as a number between 1 and 12 -
getFieldMonth
public int getFieldMonth()the month of the day-month-year representation of the date,
as a number between 1 and 12 -
setFieldYear
public void setFieldYear(int year) the year of the day-month-year representation of the date -
getFieldYear
public int getFieldYear()the year of the day-month-year representation of the date -
newJulianDate
Create a new #GDate representing the given Julian date.
The @julian_day you pass in must be valid. Use g_date_valid_julian() if
needed to validate it. The returned #GDate is guaranteed to be non-%NULL and
valid.- Parameter:
julian_day
- days since January 1, Year 1- Gibt zurück:
- a newly-allocated #GDate initialized with @julian_day
-
addDays
public void addDays(int n_days) Increments a date some number of days.
To move forward by weeks, add weeks*7 days.
The date must be valid.- Parameter:
n_days
- number of days to move the date forward
-
addMonths
public void addMonths(int n_months) Increments a date by some number of months.
If the day of the month is greater than 28,
this routine may change the day of the month
(because the destination month may not have
the current day in it). The date must be valid.- Parameter:
n_months
- number of months to move forward
-
addYears
public void addYears(int n_years) Increments a date by some number of years.
If the date is February 29, and the destination
year is not a leap year, the date will be changed
to February 28. The date must be valid.- Parameter:
n_years
- number of years to move forward
-
clamp
If @date is prior to @min_date, sets @date equal to @min_date.
If @date falls after @max_date, sets @date equal to @max_date.
Otherwise, @date is unchanged.
Either of @min_date and @max_date may be %NULL.
All non-%NULL dates must be valid.- Parameter:
min_date
- minimum accepted value for @datemax_date
- maximum accepted value for @date
-
clear
public void clear(int n_dates) Initializes one or more #GDate structs to a safe but invalid
state. The cleared dates will not represent an existing date, but will
not contain garbage. Useful to init a date declared on the stack.
Validity can be tested with g_date_valid().- Parameter:
n_dates
- number of dates to clear
-
compare
qsort()-style comparison function for dates.
Both dates must be valid.- Parameter:
rhs
- second date to compare- Gibt zurück:
- 0 for equal, less than zero if @lhs is less than @rhs, greater than zero if @lhs is greater than @rhs
-
copy
Copies a GDate to a newly-allocated GDate. If the input was invalid
(as determined by g_date_valid()), the invalid state will be copied
as is into the new object.- Gibt zurück:
- a newly-allocated #GDate initialized from @date
-
daysBetween
Computes the number of days between two dates.
If @date2 is prior to @date1, the returned value is negative.
Both dates must be valid.- Parameter:
date2
- the second date- Gibt zurück:
- the number of days between @date1 and @date2
-
free
public void free()Frees a #GDate returned from g_date_new(). -
getDayOfYear
public int getDayOfYear()Returns the day of the year, where Jan 1 is the first day of the
year. The date must be valid.- Gibt zurück:
- day of the year
-
getIso8601WeekOfYear
public int getIso8601WeekOfYear()Returns the week of the year, where weeks are interpreted according
to ISO 8601.- Gibt zurück:
- ISO 8601 week number of the year.
-
getJulian
public int getJulian()Returns the Julian day or "serial number" of the #GDate. The
Julian day is simply the number of days since January 1, Year 1; i.e.,
January 1, Year 1 is Julian day 1; January 2, Year 1 is Julian day 2,
etc. The date must be valid.- Gibt zurück:
- Julian day
-
getMondayWeekOfYear
public int getMondayWeekOfYear()Returns the week of the year, where weeks are understood to start on
Monday. If the date is before the first Monday of the year, return 0.
The date must be valid.- Gibt zurück:
- week of the year
-
getMonth
public int getMonth()Returns the month of the year. The date must be valid.- Gibt zurück:
- month of the year as a #GDateMonth
-
getSundayWeekOfYear
public int getSundayWeekOfYear()Returns the week of the year during which this date falls, if
weeks are understood to begin on Sunday. The date must be valid.
Can return 0 if the day is before the first Sunday of the year.- Gibt zurück:
- week number
-
getWeekday
public int getWeekday()Returns the day of the week for a #GDate. The date must be valid.- Gibt zurück:
- day of the week as a #GDateWeekday.
-
isFirstOfMonth
public boolean isFirstOfMonth()Returns %TRUE if the date is on the first of a month.
The date must be valid.- Gibt zurück:
- %TRUE if the date is the first of the month
-
isLastOfMonth
public boolean isLastOfMonth()Returns %TRUE if the date is the last day of the month.
The date must be valid.- Gibt zurück:
- %TRUE if the date is the last day of the month
-
order
Checks if @date1 is less than or equal to @date2,
and swap the values if this is not the case.- Parameter:
date2
- the second date
-
setJulian
public void setJulian(int julian_date) Sets the value of a #GDate from a Julian day number.- Parameter:
julian_date
- Julian day number (days since January 1, Year 1)
-
setMonth
public void setMonth(int month) Sets the month of the year for a #GDate. If the resulting
day-month-year triplet is invalid, the date will be invalid.- Parameter:
month
- month to set
-
setParse
Parses a user-inputted string @str, and try to figure out what date it
represents, taking the [current locale](running.html#locale)
into account. If the string is successfully parsed, the date will be
valid after the call. Otherwise, it will be invalid. You should check
using g_date_valid() to see whether the parsing succeeded.
This function is not appropriate for file formats and the like; it
isn't very precise, and its exact behavior varies with the locale.
It's intended to be a heuristic routine that guesses what the user
means by a given string (and it does work pretty well in that
capacity).- Parameter:
str
- string to parse
-
setParse
Parses a user-inputted string @str, and try to figure out what date it
represents, taking the [current locale](running.html#locale)
into account. If the string is successfully parsed, the date will be
valid after the call. Otherwise, it will be invalid. You should check
using g_date_valid() to see whether the parsing succeeded.
This function is not appropriate for file formats and the like; it
isn't very precise, and its exact behavior varies with the locale.
It's intended to be a heuristic routine that guesses what the user
means by a given string (and it does work pretty well in that
capacity).- Parameter:
str
- string to parse
-
setTimeT
public void setTimeT(long timet) Sets the value of a date to the date corresponding to a time
specified as a time_t. The time to date conversion is done using
the user's current timezone.
To set the value of a date to the current day, you could write:<!-- language="C" --> time_t now = time (NULL); if (now == (time_t) -1) // handle the error g_date_set_time_t (date, now);
- Parameter:
timet
- time_t value to set
-
setTimeVal
Veraltet.Sets the value of a date from a #GTimeVal value. Note that the
@tv_usec member is ignored, because #GDate can't make use of the
additional precision.
The time to date conversion is done using the user's current timezone.- Parameter:
timeval
- #GTimeVal value to set
-
subtractDays
public void subtractDays(int n_days) Moves a date some number of days into the past.
To move by weeks, just move by weeks*7 days.
The date must be valid.- Parameter:
n_days
- number of days to move
-
subtractMonths
public void subtractMonths(int n_months) Moves a date some number of months into the past.
If the current day of the month doesn't exist in
the destination month, the day of the month
may change. The date must be valid.- Parameter:
n_months
- number of months to move
-
subtractYears
public void subtractYears(int n_years) Moves a date some number of years into the past.
If the current day doesn't exist in the destination
year (i.e. it's February 29 and you move to a non-leap-year)
then the day is changed to February 29. The date
must be valid.- Parameter:
n_years
- number of years to move
-
valid
public boolean valid()Returns %TRUE if the #GDate represents an existing day. The date must not
contain garbage; it should have been initialized with g_date_clear()
if it wasn't allocated by one of the g_date_new() variants.- Gibt zurück:
- Whether the date is valid
-
strftime
Generates a printed representation of the date, in a
[locale](running.html#locale)-specific way.
Works just like the platform's C library strftime() function,
but only accepts date-related formats; time-related formats
give undefined results. Date must be valid. Unlike strftime()
(which uses the locale encoding), works on a UTF-8 format
string and stores a UTF-8 result.
This function does not provide any conversion specifiers in
addition to those implemented by the platform's C library.
For example, don't expect that using g_date_strftime() would
make the \%F provided by the C99 strftime() work on Windows
where the C library only complies to C89.- Parameter:
s
- destination bufferslen
- buffer sizeformat
- format stringdate
- valid #GDate- Gibt zurück:
- number of characters written to the buffer, or `0` if the buffer was too small
-
validJulian
public static boolean validJulian(int julian_date) Returns %TRUE if the Julian day is valid. Anything greater than zero
is basically a valid Julian, though there is a 32-bit limit.- Parameter:
julian_date
- Julian day to check- Gibt zurück:
- %TRUE if the Julian day is valid
-
validMonth
public static boolean validMonth(int month) Returns %TRUE if the month value is valid. The 12 #GDateMonth
enumeration values are the only valid months.- Parameter:
month
- month- Gibt zurück:
- %TRUE if the month is valid
-
validWeekday
public static boolean validWeekday(int weekday) Returns %TRUE if the weekday is valid. The seven #GDateWeekday enumeration
values are the only valid weekdays.- Parameter:
weekday
- weekday- Gibt zurück:
- %TRUE if the weekday is valid
-
getTypeID
public static long getTypeID() -
getParentTypeID
public static long getParentTypeID() -
getTypeSize
-
getParentTypeSize
-
getInstanceSize
public static int getInstanceSize()
-