2023 Method
Changes 0
M

HVACLoadBuildingType.IsValidTime

Description:
Check if the string can be parsed to a valid time for opening time and closing time. A valid string can be "16:30" or "4:30 PM";
public static bool IsValidTime(
	string hourMinute
)
  • String
    hourMinute
Return Value bool