Timespan ts=selectedDate Time-currentDateTime .now;
if(ts.Minute<"S ome Value")
{
Message("Some Text");
}
I want to select the DateTime from datetime picker of Current date after half an hour start from the current Time.I want to get the values of half an hour
Please Help me.
if(ts.Minute<"S ome Value")
{
Message("Some Text");
}
I want to select the DateTime from datetime picker of Current date after half an hour start from the current Time.I want to get the values of half an hour
Please Help me.
Comment