Hi,
There is a concept I haven't seen before. I can understand what is happening. But I don't know what this is.
It is not a class. It is not a method. What is it?
Maybe I know it, but i've been on my PC all day...
public DateTime Date
{
get
{
return date;
}
set
{
date = value;
}
}