I thought this would work, but apparently this is not happening. Any suggestions please?
if (c.ArrivalTime = DateTime.MinValue && c.ExpiryTime = DateTime.MinValue)
{
}
then I got this, Operator '& &' cannot be applied to operands like "System.DateTime" and "System.DateTime"
source
share