| DateUtilsFormatDate Method |
Namespace: MimeKit.UtilsAssembly: MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax public static string FormatDate(
DateTimeOffset date
)
Parameters
- date DateTimeOffset
- The date.
Return Value
StringThe formatted string.
Remarks
Formats the date and time in the format specified by rfc822, suitable for use
in the Date header of MIME messages.
See Also