Converts local time or UTC time to project time.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public DateTime ConvertToProjectTime(
DateTime inputTime
)
Parameters
- inputTime DateTime
- The input local time or UTC time.
Return Value
DateTime
Exceptions
| Exception | Condition |
|---|
| ArgumentException |
Thrown when the inputTime's kind is neither Local nor Utc.
|
Remarks
Daylight savings time is not considered during this conversion.
See Also
Reference