cannot convert from decimal to int
Posted: Fri Jul 08, 2011 4:58 am
hi.
DateTime now = new DateTime( GET_TABEL_REPORTNEW.B2 , GET_TABEL_REPORTNEW.B1 , day );
B2 and B1 are int fields.
when i compile it makes such error - " cannot convert from decimal to int "
DateTime now = new DateTime( GET_TABEL_REPORTNEW.B2 , GET_TABEL_REPORTNEW.B1 , day );
B2 and B1 are int fields.
when i compile it makes such error - " cannot convert from decimal to int "