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).
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top