eXept Software AG Logo

Smalltalk/X Webserver

Documentation of class 'AbstractOperatingSystem::TimeInfo':

Home

everywhere
www.exept.de
for:
[back]

Class: TimeInfo (private in AbstractOperatingSystem

This class is only visible from within AbstractOperatingSystem.

Inheritance:

   Object
   |
   +--AbstractOperatingSystem::TimeInfo

Package:
stx:libbasic
Category:
System-Support
Owner:
AbstractOperatingSystem

Instance protocol:

accessing
o  at: index
backward compatibility

** This is an obsolete interface - do not use it (it may vanish in future versions) **

o  day

o  dayInWeek

o  dayInYear
answer of compute the day of the year - if necessary
(it is not set in windows)

o  dst

o  hours

o  milliseconds

o  milliseconds: something

o  minutes

o  month

o  seconds

o  utcOffset
return the difference between UTC (Greenwich Mean Time) and the local time in seconds.
If daylight saving time applies to ourself, take that into account.
Add utcOffset to convert from local time to UTC time.
Subtract utcOffset to convert from UTC time to local time.

If utcOffset is negative, the local timezone is east of Greenwich.
If utcOffset is positive, the local timezone is west of Greenwich.

o  year

o  year: yearArg month: monthArg day: dayArg hours: hoursArg minutes: minutesArg seconds: secondsArg milliseconds: millisecondsArg utcOffset: utcOffsetArg dst: dstArg dayInYear: dayInYearArg dayInWeek: dayInWeekArg
set instance variables (automatically generated)

o  year: yearArg month: monthArg day: dayArg hours: hoursArg minutes: minutesArg seconds: secondsArg utcOffset: utcOffsetArg dst: dstArg dayInYear: dayInYearArg dayInWeek: dayInWeekArg
set instance variables (automatically generated)



ST/X 6.1.1; WebServer 1.620 at exept:8081; Thu, 17 May 2012 15:45:49 GMT