DecodeRFC822Date Method
See Also Example Applies To
Returns a date representing an RFC822 date.
Syntax
object.DecodeRFC822Date (Data)
| Part |
Description |
| object |
An object expression that evaluates to an XMLRPCUtility object. |
| Data |
Required. The RFC822 string to be converted. |
Remarks
RFC822 dates are in the form "Tues, 12 Mar 1945 12:34:56 GMT", the timezone is ignored in the conversion.
|