| Revit 2020 API |
| HVACLoadBuildingType..::..IsValidTime Method |
| HVACLoadBuildingType Class See Also |
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";
Namespace: Autodesk.Revit.DB.Analysis
Assembly: RevitAPI (in RevitAPI.dll) Version: 20.0.0.0 (20.0.0.377)
Since:
2018
Syntax
| C# |
|---|
public static bool IsValidTime( string hourMinute ) |
| Visual Basic |
|---|
Public Shared Function IsValidTime ( _ hourMinute As String _ ) As Boolean |
| Visual C++ |
|---|
public: static bool IsValidTime( String^ hourMinute ) |
Parameters
- hourMinute
- Type: System..::..String
Exceptions
| Exception | Condition |
|---|---|
| Autodesk.Revit.Exceptions..::..ArgumentNullException | A non-optional argument was NULL |