ATT: TimeZone Component released

  • Thread starter Thread starter Michael Sundermann
  • Start date Start date
M

Michael Sundermann

TimeZone Component released

The TimeZone component is a non-visual .NET component
with a new structure SMDateTime
that extends System.DateTime with a time zone.
All members from SMDateTime work like the members
from DateTime except that they calculate relating
to the internal time zone and relating to the
daylight saving time period if available.

See also
http://www.sminformatik.de/indextz3.htm

Thanks
Michael
 
While this is a good idea, I think that you should change the wording
from "extends System.DateTime" to "encapsulates System.DateTime", as you
can't derive types from value types (which System.DateTime definitely is).
 
Back
Top