DateTime.IsInNextHour
Syntax DateTime.IsInNextHour(dateTime as any) as nullable logical Description Indicates whether the given datetime value dateTime occurs during the next hour, as determined by the current date and time on the system. Note that this function will return false when passed a value that occurs within… Read More »DateTime.IsInNextHour