SharpMimeTools Documented Class Library

SharpMimeTools.parseDate Method 

[This is preliminary documentation and subject to change.]

Parse a rfc 2822 date and time specification. rfc 2822 section 3.3

public static DateTime parseDate(
   string date
);

Parameters

date
rfc 2822 date-time

Return Value

A DateTime from the parsed header body

See Also

SharpMimeTools Class | anmar.SharpMimeTools Namespace