public static DateTime ResolveDate()
{
return null;
}
Im required to return a null value from a function which returns a DateTime Type .. My Main Objective is to NOT to use MinValue or return a new Datetime(); [Which Returns a Default Date] and Frontend display the Date as a Empty Value (Blank) -> ""
An alternative is to use something like TryParse is working