Back to Seed Clases

Soup


Classes

Interfaces

Structs

Unions

Enums

Enum Soup.DateFormat

Import line: Soup = imports.gi.Soup;
GIR File: Soup-2.4.gir
C documentation: SoupDateFormat
Enum : DateFormat
  Show / Hide Inherited methods, properties and signals
"Sun, 06 Nov 1994 08:49:37 GMT" Netscape cookie specification. Eg, "Sun, 06-Nov-1994 08:49:37 GMT". punctuation. Eg, "19941106T094937-0100". punctuation. Eg, "1994-11-06T09:49:37-01:00". Eg, "19941106T09:49:37". Date formats that soup_date_to_string() can use. UTC. SOUP_DATE_ISO8601_XMLRPC uses the time as given, ignoring the offset completely. SOUP_DATE_RFC2822 and the other ISO 8601 variants use the local time, appending the offset information if available. This enum may be extended with more values in future releases.
Values
Properties
Properties
None
Public Methods
None
Events
None
Used by These Methods / Signals / Properties
Class / Namespace Method / Signal / Properties
Soup.Date
Method
to_string (DateFormat format) : String
Converts date to a string in the format described by format.
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Tue Jun 22 2010 16:35:00 GMT+0800 (HKT)