Date.IsInNextYear
This function determines if the provided datetime value (dateTime) falls within the upcoming year based on the current date and time of the system. It is important to note that this function will retu...
This function determines if the provided datetime value (dateTime) falls within the upcoming year based on the current date and time of the system. It is important to note that this function will return false if the value falls within the current year. The input parameter, dateTime, can be a date, datetime, or datetimezone value that needs to be evaluated.