 |
Qore Programming Language Reference Manual
0.9.4.6
|
date dateUs(softint us)
Returns a date in the object's zone based on an offsets in microseconds from 1970-01-01Z.
The Serializable class can be used to mark a class as being serializable.
Definition: QC_Serializable.dox.h:96
static nothing setRegion(string region)
Sets the time zone for the current Program object from a time zone region name.
bool hasDST()
Returns True if the zone has daylight saving time rules, False if not.
constructor(softint seconds_east)
Creates the TimeZone object based on the number of seconds east of UTC (3600 = UTC +01)
static TimeZone get()
Returns a TimeZone object for the current time zone.
int UTCOffset()
Returns the number of seconds east of UTC for the zone; negative numbers indicate a zone west of UTC.
copy()
Creates a copy of the TimeZone object.
string region()
Returns the region name as a string; if the current zone is based on a UTC offset,...
The TimeZone class provides access to time zone functionality.
Definition: QC_TimeZone.dox.h:11
date date(string dtstr)
Returns the equivalent date in the time zone of the current object.
date date(softint secs, softint us=0)
Returns the equivalent date in the time zone of the current object.
date dateMs(softint ms)
Returns a date in the object's zone based on an offsets in milliseconds from 1970-01-01Z.
static nothing setUTCOffset(softint seconds_east)
Sets the time zone for the current Program object from an integer offset in seconds east of UTC.
static nothing set(TimeZone zone)
Sets the time zone for the current Program object from a TimeZone object.
main Qore-language namespace
Definition: Pseudo_QC_All.dox.h:3
date date(string dtstr, string mask)
Returns a date/time value in the current TimeZone corresponding to parsing a string argument accordin...
constructor(string region)
Creates the TimeZone object based on the region name (ex: "America/Chicago")
date date(date d)
Returns the equivalent date in the time zone of the current object.