Gjsify LogoGjsify Logo

A point in time.

record

Hierarchy

  • Timestamp

Index

Constructors

Properties

date: GLib.Date

#GDate in local timezone

field
seconds: number

#glong number of seconds since date.

field
timeZone: GLib.String

possibly blank #GString of the timezone

field
timet: number

as from g_date_time_to_unix.

field
name: string

Methods

  • asString(): string
  • Produce a string representation (ISO 8601 format) of stamp.

    Returns string

  • free(): void
  • Releases the memory in use for stamp (if any).

    Returns void

  • hash(): number
  • loadFromString(spec: string): number
  • Parser for time stamps. Requires a ISO 8601 formatted string.

    Parameters

    • spec: string

      The string to parse

    Returns number

  • setTime(t: number): void
  • toValue(value: any): void
  • Calls g_value_set_box (value, stamp);

    Parameters

    • value: any

      #GValue

    Returns void

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method