Share

SiteLocation.ConvertToProjectTime Method

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

DateTime

Exceptions

ExceptionCondition
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

Was this information helpful?