liptonIcedTea
Well-known member
- Joined
- Jan 18, 2007
- Messages
- 89
- Programming Experience
- 1-3
Hi,
I'm trying to convert an app from c# to vb.net
I was wondering...
if anyone knows how to convert this property
public DateTime? OrderDate {
get { return orderDate; }
set { orderDate = value; }
}
What is the ? at the end of DateTime do? And what is the VB.NET equal of it?
cheers
I'm trying to convert an app from c# to vb.net
I was wondering...
if anyone knows how to convert this property
public DateTime? OrderDate {
get { return orderDate; }
set { orderDate = value; }
}
What is the ? at the end of DateTime do? And what is the VB.NET equal of it?
cheers