From: Michael D. <mik...@us...> - 2004-06-30 18:23:59
|
Update of /cvsroot/nhibernate/nhibernate/src/NHibernate.DomainModel In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21740/NHibernate.DomainModel Modified Files: Stuff.cs Log Message: Added TODO comments about TimeZone property. Index: Stuff.cs =================================================================== RCS file: /cvsroot/nhibernate/nhibernate/src/NHibernate.DomainModel/Stuff.cs,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** Stuff.cs 29 Jun 2004 14:26:27 -0000 1.2 --- Stuff.cs 30 Jun 2004 18:23:50 -0000 1.3 *************** *** 13,16 **** --- 13,19 ---- private MoreStuff _moreStuff; //private TimeZone property; TODO - does this exists in .net??? + // yes, but it does not have a ctor (or static method) to get anything but the current TimeZone + // so I'm not sure how if we persist something diff than the current TimeZone we could retreive + // it... public long Id |