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
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 Sat Apr 16 2011 17:16:57 GMT+0800 (HKT)