3
I have a test and would like to know when an attribute received DateTime.Now
or DateTime.Now.Date
, has how to differentiate when an attribute has received these values?
Note: Can be varied values, the intention is to know when a date is a simple date (no time) and a full date (with time).
Received what values?
– Maniero
Variable date.
– rubStackOverflow