Date.IsInNextQuarter
This function determines if the provided datetime value occurs in the next quarter based on the current date and time of the system. It should be noted that if a value falls within the current quarter...
This function determines if the provided datetime value occurs in the next quarter based on the current date and time of the system. It should be noted that if a value falls within the current quarter, the function will return false. The parameter dateTime refers to a date, datetime, or datetimezone value that needs to be examined.