date_time_new_from_http_string


Description:


public DateTime? date_time_new_from_http_string (string date_string)

Parses date_string and tries to extract a date from it.

This recognizes all of the "HTTP-date" formats from RFC 2616, RFC 2822 dates, and reasonable approximations thereof. (Eg, it is lenient about whitespace, leading "0"s, etc.)

Parameters:

date_string

The date as a string

Returns:

a new DateTime, or null if date_string could not be parsed.


Namespace: Soup
Package: libsoup-3.0