Converts project time to UTC time.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public DateTime ConvertFromProjectTime( DateTime projectTime )
Parameters
- projectTime DateTime
- The project time.
Return Value
DateTimeExceptions
| Exception | Condition |
|---|---|
| ArgumentException | Thrown when the projectTime's kind is not Unspecified. |
