Date.IsInPreviousDay
This function determines if a specific date and time value, referred to as "dateTime", falls within the day prior to the current date and time on the system. It is important to note that this function...
This function determines if a specific date and time value, referred to as "dateTime", falls within the day prior to the current date and time on the system. It is important to note that this function will return a false value if a dateTime value falls within the current day.
Parameter: dateTime
- Description: A value that represents a date, date and time, or a combination of date, time, and time zone information, which will be assessed by the system.