DateTimeFracUnknownZone

If a "Date Time" literal in the SDL file has a time zone that's not found in your system, you get one of these instead of a SysTime. (Because it's impossible to indicate "unknown time zone" with std.datetime.TimeZone.)

The difference between this and DateTimeFrac is that DateTimeFrac indicates that no time zone was specified in the SDL at all, whereas DateTimeFracUnknownZone indicates that a time zone was specified but data for it could not be found on your system.

Members

Functions

opEquals
bool opEquals(DateTimeFracUnknownZone b)
Undocumented in source. Be warned that the author may not have intended to support it.
opEquals
bool opEquals(DateTimeFracUnknownZone b)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

fracSec
deprecated FracSec fracSec [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
fracSec
deprecated FracSec fracSec [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

dateTime
DateTime dateTime;
Undocumented in source.
fracSecs
Duration fracSecs;
Undocumented in source.
timeZone
string timeZone;
Undocumented in source.

Meta