Click or drag to resize
MimeKit

DateUtils Methods

The DateUtils type exposes the following members.

Methods
 NameDescription
Public methodStatic memberFormatDate Format the DateTimeOffset as an rfc822 date string.
Public methodStatic memberTryParse(Byte, DateTimeOffset) Try to parse the given input buffer into a new DateTimeOffset instance.
Public methodStatic memberTryParse(String, DateTimeOffset) Try to parse the given input buffer into a new DateTimeOffset instance.
Public methodStatic memberTryParse(Byte, Int32, DateTimeOffset) Try to parse the given input buffer into a new DateTimeOffset instance.
Public methodStatic memberTryParse(Byte, Int32, Int32, DateTimeOffset) Try to parse the given input buffer into a new DateTimeOffset instance.
Top
See Also