Converts local time or UTC time to project time.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)
Syntax
C#
public DateTime ConvertToProjectTime( DateTime inputTime )
Parameters
- inputTime DateTime
- The input local time or UTC time.
Return Value
DateTimeExceptions
Exception | Condition |
---|---|
ArgumentException | Thrown when the inputTime's kind is neither Local nor Utc. |