| Import line: | Soup = imports.gi.Soup; |
| GIR File: | Soup-2.4.gir |
| C documentation: | SoupDateFormat |
| Enum : | DateFormat |
| Properties | |
|---|---|
|
guint32 Soup.DateFormat.COOKIE : 2
|
|
|
guint32 Soup.DateFormat.HTTP : 1
|
|
|
guint32 Soup.DateFormat.ISO8601 : 5
|
|
|
guint32 Soup.DateFormat.ISO8601_COMPACT : 4
|
|
|
guint32 Soup.DateFormat.ISO8601_FULL : 5
|
|
|
guint32 Soup.DateFormat.ISO8601_XMLRPC : 6
|
|
|
guint32 Soup.DateFormat.RFC2822 : 3
|
|
| None |
| None |
| None |
| Class / Namespace | Method / Signal / Properties |
|---|---|
|
Soup.Date
Method |
to_string
(DateFormat format)
:
String
Converts date to a string in the format described by format.
|