MailDateTime Class
Namespace: Rebex.Mime.Headers
Assembly: Rebex.Mail.dll (version 7.0.9147)
Represents the date/time and the time zone.
Syntax
public class MailDateTime : IHeader
Implements
Inherited Members
Remarks
Represents the date-time
structured header defined by RFC 2822.
Constructors
Name | Description |
---|---|
Mail |
Initializes a new instance of Mail |
Mail |
Initializes a new instance of Mail |
Properties
Name | Description |
---|---|
Local |
Gets the local date/time. |
Original |
Gets the original date/time (local to Time |
Time |
Gets the time zone. |
Universal |
Gets the universal date/time. |
Methods
Name | Description |
---|---|
Clone() | Creates a copy of the header. |
Encode(Text |
Writes an encoded header value into a Text |
To |
Converts the value of this header to its String representation. |
Operators
Name | Description |
---|---|
Implicit(Date |
Converts a Date |