DateTime

class DateTime(pointer: <Error class: unknown class><<Error class: unknown class>>) : Record

An opaque structure that represents a date and time, including a time zone.

Skipped during bindings generation

  • parameter timespan: TimeSpan

  • parameter dt2: DateTime

  • method difference: Return type TimeSpan is unsupported

  • parameter dt2: DateTime

  • method get_utc_offset: Return type TimeSpan is unsupported

  • parameter year: year: Out parameter is not supported

Since

2.26

Constructors

Link copied to clipboard
constructor(pointer: <Error class: unknown class><<Error class: unknown class>>)

Types

Link copied to clipboard
object Companion : RecordCompanion<DateTime, <Error class: unknown class>>

Properties

Link copied to clipboard
val glibDateTimePointer: <Error class: unknown class><<Error class: unknown class>>

Functions

Link copied to clipboard
fun addDays(days: Int): DateTime?

Creates a copy of @datetime and adds the specified number of days to the copy. Add negative values to subtract days.

Link copied to clipboard
fun addFull(years: Int, months: Int, days: Int, hours: Int, minutes: Int, seconds: Double): DateTime?

Creates a new #GDateTime adding the specified values to the current date and time in @datetime. Add negative values to subtract.

Link copied to clipboard
fun addHours(hours: Int): DateTime?

Creates a copy of @datetime and adds the specified number of hours. Add negative values to subtract hours.

Link copied to clipboard
fun addMinutes(minutes: Int): DateTime?

Creates a copy of @datetime adding the specified number of minutes. Add negative values to subtract minutes.

Link copied to clipboard
fun addMonths(months: Int): DateTime?

Creates a copy of @datetime and adds the specified number of months to the copy. Add negative values to subtract months.

Link copied to clipboard
fun addSeconds(seconds: Double): DateTime?

Creates a copy of @datetime and adds the specified number of seconds. Add negative values to subtract seconds.

Link copied to clipboard
fun addWeeks(weeks: Int): DateTime?

Creates a copy of @datetime and adds the specified number of weeks to the copy. Add negative values to subtract weeks.

Link copied to clipboard
fun addYears(years: Int): DateTime?

Creates a copy of @datetime and adds the specified number of years to the copy. Add negative values to subtract years.

Link copied to clipboard
fun format(format: String): String

Creates a newly allocated string representing the requested @format.

Link copied to clipboard

Format @datetime in ISO 8601 format, including the date, time and time zone, and return that as a UTF-8 encoded string.

Link copied to clipboard

Retrieves the day of the month represented by @datetime in the gregorian calendar.

Link copied to clipboard

Retrieves the ISO 8601 day of the week on which @datetime falls (1 is Monday, 2 is Tuesday... 7 is Sunday).

Link copied to clipboard

Retrieves the day of the year represented by @datetime in the Gregorian calendar.

Link copied to clipboard
fun getHour(): Int

Retrieves the hour of the day represented by @datetime

Link copied to clipboard

Retrieves the microsecond of the date represented by @datetime

Link copied to clipboard
fun getMinute(): Int

Retrieves the minute of the hour represented by @datetime

Link copied to clipboard
fun getMonth(): Int

Retrieves the month of the year represented by @datetime in the Gregorian calendar.

Link copied to clipboard
fun getSecond(): Int

Retrieves the second of the minute represented by @datetime

Link copied to clipboard

Retrieves the number of seconds since the start of the last minute, including the fractional part.

Link copied to clipboard

Get the time zone for this @datetime.

Link copied to clipboard

Determines the time zone abbreviation to be used at the time and in the time zone of @datetime.

Link copied to clipboard

Returns the ISO 8601 week-numbering year in which the week containing

Link copied to clipboard

Returns the ISO 8601 week number for the week containing @datetime. The ISO 8601 week number is the same for every day of the week (from Moday through Sunday). That can produce some unusual results (described below).

Link copied to clipboard
fun getYear(): Int

Retrieves the year represented by @datetime in the Gregorian calendar.

Link copied to clipboard
fun hash(): <Error class: unknown class>

Hashes @datetime into a #guint, suitable for use within #GHashTable.

Link copied to clipboard

Determines if daylight savings time is in effect at the time and in the time zone of @datetime.

Link copied to clipboard
fun ref(): DateTime

Atomically increments the reference count of @datetime by one.

Link copied to clipboard

Creates a new #GDateTime corresponding to the same instant in time as

Link copied to clipboard

Stores the instant in time that @datetime represents into @tv.

Link copied to clipboard

Create a new #GDateTime corresponding to the same instant in time as

Link copied to clipboard
fun toUnix(): Long

Gives the Unix time corresponding to @datetime, rounding down to the nearest second.

Link copied to clipboard
fun toUtc(): DateTime?

Creates a new #GDateTime corresponding to the same instant in time as

Link copied to clipboard
fun unref()

Atomically decrements the reference count of @datetime by one.