Chapter 86. smtpdatelib
Table of Contents
This is an implementation of the SMTP date format with functions for delivering various types of formatting depending on requirements. See the source for full details.
smtptimezoneinfo
Description
Type Tags
None
Object Value
Objects of type smtptimezoneinfo have no value, and it is an error to try to get or set this value.
smtptimezoneinfo.new()
Description
Prototype
smtptimezoneinfo
.new
(
smtptimezoneinfo
,
integer me
,
string index
,
string timezone
)
dsttimezone
Parameters
Parameter | Default value | Type name | Description |
---|---|---|---|
me | None | smtptimezoneinfo | |
index | None | integer | |
timezone | None | string | |
dsttimezone | None | string |
Properties
Property | Type | Description |
---|---|---|
dsttimezone | string | |
index | integer | |
timezone | string | |
type | type |