HVACLoadBuildingType.ClosingTime Property

HVACLoadBuildingTypeClosingTime Property

The closing time of the building type.

Namespace: Autodesk.Revit.DB.Analysis
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public string ClosingTime { get; set; }
Public Property ClosingTime As String
	Get
	Set
public:
property String^ ClosingTime {
	String^ get ();
	void set (String^ value);
}
member ClosingTime : string with get, set

Property Value

String
Exceptions
ExceptionCondition
ArgumentException When setting this property: It is not a valid time, can be something like "16:30" or "4:30 PM".
ArgumentNullException When setting this property: A non-optional argument was null
See Also