A
ad
I have a DataView, say myDV, it contain a DataTime field, "Birth".
I want to get the Birth Value from the DataView:
DateTiem dBirth= (DateTime)myDV["Birth"];
But the complier throw an error.
How can I get datetime for Dataview?
I want to get the Birth Value from the DataView:
DateTiem dBirth= (DateTime)myDV["Birth"];
But the complier throw an error.
How can I get datetime for Dataview?