vTimezone

Undocumented in source.

Members

Functions

toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.

Manifest constants

OptionalUnique
enum OptionalUnique;

'last-mod' and 'tzurl' are optional, but MUST NOT occur more than once

Required
enum Required;

'tzid' is required, but MUST NOT occur more than once

Mixins

__anonymous
mixin vAccessTpl
Undocumented in source.

Variables

Optional
enum string[] Optional;
Undocumented in source.
OptionalOr
enum string[] OptionalOr;

one of 'standardc' or 'daylightc' MUST occur and each MAY occur more than once.

Mixed In Members

From mixin vAccessTpl

opIndexAssign
void opIndexAssign(string value, string key)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndex
string opIndex(string key)
Undocumented in source. Be warned that the author may not have intended to support it.
remove
void remove(string key)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta