Click or drag to resize
MimeKit

DateUtils Class

Utility methods to parse and format rfc822 date strings.
Inheritance Hierarchy
SystemObject
  MimeKit.UtilsDateUtils

Namespace: MimeKit.Utils
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
public static class DateUtils

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
Remarks
Utility methods to parse and format rfc822 date strings.
See Also