c# Programming Glossary: datetimeextended
nullable object must have a value http://stackoverflow.com/questions/1896185/nullable-object-must-have-a-value object must have a value This is the problem I have a DateTimeExtended class that has DateTime MyDataTime int otherdata and a constructor.. has DateTime MyDataTime int otherdata and a constructor DateTimeExtended DateTimeExtended myNewDT this.MyDateTime myNewDT.MyDateTime.. int otherdata and a constructor DateTimeExtended DateTimeExtended myNewDT this.MyDateTime myNewDT.MyDateTime this.otherdata myNewDT.otherdata..
|