Class DateTime
- All Implemented Interfaces:
Proxy
GstDateTime is refcounted and immutable.
Date information is handled using the [proleptic Gregorian calendar].
Provides basic creation functions and accessor functions to its fields.
[proleptic Gregorian calendar]: https://en.wikipedia.org/wiki/Proleptic_Gregorian_calendar
-
Constructor Summary
ConstructorsConstructorDescriptionDateTime(float tzoffset, int year, int month, int day, int hour, int minute, double seconds) Creates a newGstDateTimeusing the date and times in the gregorian calendar in the supplied timezone.DateTime(MemorySegment address) Create a DateTime proxy instance for the provided memory address. -
Method Summary
Modifier and TypeMethodDescriptionstatic DateTimefromGDateTime(@Nullable DateTime dt) Creates a newGstDateTimefrom aGDateTimeobject.static DateTimefromIso8601String(String string) Tries to parse common variants of ISO-8601 datetime strings into aGstDateTime.static DateTimefromUnixEpochLocalTime(long secs) Creates a newGstDateTimeusing the time since Jan 1, 1970 specified bysecs.TheGstDateTimeis in the local timezone.static DateTimefromUnixEpochLocalTimeUsecs(long usecs) Creates a newGstDateTimeusing the time since Jan 1, 1970 specified byusecs.TheGstDateTimeis in the local timezone.static DateTimefromUnixEpochUtc(long secs) Creates a newGstDateTimeusing the time since Jan 1, 1970 specified bysecs.TheGstDateTimeis in the UTC timezone.static DateTimefromUnixEpochUtcUsecs(long usecs) Creates a newGstDateTimeusing the time since Jan 1, 1970 specified byusecs.TheGstDateTimeis in UTC.intgetDay()Returns the day of the month of thisGstDateTime.intgetHour()Retrieves the hour of the day represented by this DateTime in the gregorian calendar.intRetrieves the fractional part of the seconds in microseconds represented by this DateTime in the gregorian calendar.intRetrieves the minute of the hour represented by this DateTime in the gregorian calendar.intgetMonth()Returns the month of thisGstDateTime.intRetrieves the second of the minute represented by this DateTime in the gregorian calendar.floatRetrieves the offset from UTC in hours that the timezone specified by this DateTime represents.static @Nullable TypegetType()Get the GType of the DateTime classintgetYear()Returns the year of thisGstDateTime.booleanhasDay()booleanhasMonth()booleanbooleanhasTime()booleanhasYear()static DateTimelocalTime(int year, int month, int day, int hour, int minute, double seconds) Creates a newGstDateTimeusing the date and times in the gregorian calendar in the local timezone.static DateTimeCreates a newGstDateTimerepresenting the current date and time.static DateTimenowUtc()Creates a newGstDateTimethat represents the current instant at Universal coordinated time.ref()Atomically increments the reference count of this DateTime by one.@Nullable DateTimeCreates a newGDateTimefrom a fully definedGstDateTimeobject.@Nullable StringCreate a minimal string compatible with ISO-8601.voidunref()Atomically decrements the reference count of this DateTime by one.static DateTimey(int year) Creates a newGstDateTimeusing the date and times in the gregorian calendar in the local timezone.static DateTimeym(int year, int month) Creates a newGstDateTimeusing the date and times in the gregorian calendar in the local timezone.static DateTimeymd(int year, int month, int day) Creates a newGstDateTimeusing the date and times in the gregorian calendar in the local timezone.Methods inherited from class org.javagi.base.ProxyInstance
equals, handle, hashCode
-
Constructor Details
-
DateTime
Create a DateTime proxy instance for the provided memory address.- Parameters:
address- the memory address of the native object
-
DateTime
public DateTime(float tzoffset, int year, int month, int day, int hour, int minute, double seconds) Creates a newGstDateTimeusing the date and times in the gregorian calendar in the supplied timezone.yearshould be from 1 to 9999,monthshould be from 1 to 12,dayfrom 1 to 31,hourfrom 0 to 23,minutesandsecondsfrom 0 to 59.Note that
tzoffsetis a float and was chosen so for being able to handle some fractional timezones, while it still keeps the readability of representing it in hours for most timezones.If value is -1 then all over value will be ignored. For example if
month== -1, thenGstDateTimewill be created only foryear.Ifday== -1, thenGstDateTimewill be created foryearandmonthand so on.- Parameters:
tzoffset- Offset from UTC in hours.year- the gregorian yearmonth- the gregorian monthday- the day of the gregorian monthhour- the hour of the dayminute- the minute of the hourseconds- the second of the minute
-
-
Method Details
-
getType
-
fromGDateTime
-
fromIso8601String
Tries to parse common variants of ISO-8601 datetime strings into aGstDateTime. Possible input formats are (for example):2012-06-30T22:46:43Z,2012,2012-06,2012-06-30,2012-06-30T22:46:43-0430,2012-06-30T22:46Z,2012-06-30T22:46-0430,2012-06-30 22:46,2012-06-30 22:46:43,2012-06-00,2012-00-00,2012-00-30,22:46:43Z,22:46Z,22:46:43-0430,22:46-0430,22:46:30,22:46If no date is provided, it is assumed to be "today" in the timezone provided (if any), otherwise UTC.- Parameters:
string- ISO 8601-formatted datetime string.- Returns:
- a newly created
GstDateTime, ornullon error
-
fromUnixEpochLocalTime
Creates a newGstDateTimeusing the time since Jan 1, 1970 specified bysecs.TheGstDateTimeis in the local timezone.- Parameters:
secs- seconds from the Unix epoch- Returns:
- the newly created
GstDateTime, ornullon error.
-
fromUnixEpochLocalTimeUsecs
Creates a newGstDateTimeusing the time since Jan 1, 1970 specified byusecs.TheGstDateTimeis in the local timezone.- Parameters:
usecs- microseconds from the Unix epoch- Returns:
- a newly created
GstDateTime, ornullon error. - Since:
- 1.18
-
fromUnixEpochUtc
Creates a newGstDateTimeusing the time since Jan 1, 1970 specified bysecs.TheGstDateTimeis in the UTC timezone.- Parameters:
secs- seconds from the Unix epoch- Returns:
- the newly created
GstDateTime, ornullon error.
-
fromUnixEpochUtcUsecs
Creates a newGstDateTimeusing the time since Jan 1, 1970 specified byusecs.TheGstDateTimeis in UTC.- Parameters:
usecs- microseconds from the Unix epoch- Returns:
- a newly created
GstDateTime, ornullon error. - Since:
- 1.18
-
localTime
public static DateTime localTime(int year, int month, int day, int hour, int minute, double seconds) Creates a newGstDateTimeusing the date and times in the gregorian calendar in the local timezone.yearshould be from 1 to 9999,monthshould be from 1 to 12,dayfrom 1 to 31,hourfrom 0 to 23,minutesandsecondsfrom 0 to 59.If
monthis -1, then theGstDateTimecreated will only containyear,and all other fields will be considered not set.If
dayis -1, then theGstDateTimecreated will only containyearandmonthand all other fields will be considered not set.If
houris -1, then theGstDateTimecreated will only containyearandmonthandday,and the time fields will be considered not set. In this caseminuteandsecondsshould also be -1.- Parameters:
year- the gregorian yearmonth- the gregorian month, or -1day- the day of the gregorian month, or -1hour- the hour of the day, or -1minute- the minute of the hour, or -1seconds- the second of the minute, or -1- Returns:
- the newly created
GstDateTime, ornullon error.
-
nowLocalTime
Creates a newGstDateTimerepresenting the current date and time.- Returns:
- the newly created
GstDateTimewhich should be freed with gst_date_time_unref(), ornullon error.
-
nowUtc
Creates a newGstDateTimethat represents the current instant at Universal coordinated time.- Returns:
- the newly created
GstDateTimewhich should be freed with gst_date_time_unref(), ornullon error.
-
y
Creates a newGstDateTimeusing the date and times in the gregorian calendar in the local timezone.yearshould be from 1 to 9999.- Parameters:
year- the gregorian year- Returns:
- the newly created
GstDateTime, ornullon error.
-
ym
Creates a newGstDateTimeusing the date and times in the gregorian calendar in the local timezone.yearshould be from 1 to 9999,monthshould be from 1 to 12.If value is -1 then all over value will be ignored. For example if
month== -1, thenGstDateTimewill created only foryear.- Parameters:
year- the gregorian yearmonth- the gregorian month- Returns:
- the newly created
GstDateTime, ornullon error.
-
ymd
Creates a newGstDateTimeusing the date and times in the gregorian calendar in the local timezone.yearshould be from 1 to 9999,monthshould be from 1 to 12,dayfrom 1 to 31.If value is -1 then all over value will be ignored. For example if
month== -1, thenGstDateTimewill created only foryear.Ifday== -1, thenGstDateTimewill created foryearandmonthand so on.- Parameters:
year- the gregorian yearmonth- the gregorian monthday- the day of the gregorian month- Returns:
- the newly created
GstDateTime, ornullon error.
-
getDay
public int getDay()Returns the day of the month of thisGstDateTime.- Returns:
- The day of this
GstDateTime, or -1 if none is set.
-
getHour
public int getHour()Retrieves the hour of the day represented by this DateTime in the gregorian calendar. The return is in the range of 0 to 23.- Returns:
- the hour of the day, or -1 if none is set.
-
getMicrosecond
public int getMicrosecond()Retrieves the fractional part of the seconds in microseconds represented by this DateTime in the gregorian calendar.- Returns:
- the microsecond of the second, or -1 if none is set.
-
getMinute
public int getMinute()Retrieves the minute of the hour represented by this DateTime in the gregorian calendar.- Returns:
- the minute of the hour, or -1 if none is set.
-
getMonth
public int getMonth()Returns the month of thisGstDateTime. January is 1, February is 2, etc..- Returns:
- The month of this
GstDateTime, or -1 if none is set.
-
getSecond
public int getSecond()Retrieves the second of the minute represented by this DateTime in the gregorian calendar.- Returns:
- the second represented by
datetime,or -1 if none is set.
-
getTimeZoneOffset
public float getTimeZoneOffset()Retrieves the offset from UTC in hours that the timezone specified by this DateTime represents. Timezones ahead (to the east) of UTC have positive values, timezones before (to the west) of UTC have negative values. If this DateTime represents UTC time, then the offset is zero.- Returns:
- the offset from UTC in hours, or
G_MAXFLOATif none is set.
-
getYear
public int getYear()Returns the year of thisGstDateTime. Call gst_date_time_has_year() before, to avoid warnings.- Returns:
- The year of this
GstDateTime
-
hasDay
public boolean hasDay() -
hasMonth
public boolean hasMonth() -
hasSecond
public boolean hasSecond() -
hasTime
public boolean hasTime() -
hasYear
public boolean hasYear() -
ref
Atomically increments the reference count of this DateTime by one.- Returns:
- the reference this DateTime
-
toGDateTime
Creates a newGDateTimefrom a fully definedGstDateTimeobject.- Returns:
- a newly created
GDateTime, ornullon error or if this DateTime does not have a year, month, day, hour, minute and second.
-
toIso8601String
Create a minimal string compatible with ISO-8601. Possible output formats are (for example):2012,2012-06,2012-06-23,2012-06-23T23:30Z,2012-06-23T23:30+0100,2012-06-23T23:30:59Z,2012-06-23T23:30:59+0100- Returns:
- a newly allocated string formatted according
to ISO 8601 and only including the datetime fields that are
valid, or
nullin case there was an error.
-
unref
public void unref()Atomically decrements the reference count of this DateTime by one. When the reference count reaches zero, the structure is freed.
-