:: com :: sun :: star :: util ::

struct DateWithTimezone

Elements' Summary
DateInTZ the date. @note XMLSchema-2 defines this as a 24 hour interval. The TimeZone shifts the interval along the UTC time line.  
Timezone contains the time zone, as signed offset in minutes *from* UTC, that is *east* of UTC, that is the amount of minutes that should be added to UTC time to obtain time in that timezone.  
Elements' Details
DateInTZ
Date DateInTZ;
Description
the date. @note XMLSchema-2 defines this as a 24 hour interval. The TimeZone shifts the interval along the UTC time line.
Timezone
short Timezone;
Description
contains the time zone, as signed offset in minutes *from* UTC, that is *east* of UTC, that is the amount of minutes that should be added to UTC time to obtain time in that timezone.
Top of Page