Share

SiteLocation.ConvertFromProjectTime Method

Converts project time to UTC time.


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)

Syntax

C#

public DateTime ConvertFromProjectTime(
	DateTime projectTime
)

Parameters

projectTime  DateTime
The project time.

Return Value

DateTime

Exceptions

ExceptionCondition
ArgumentException Thrown when the projectTime's kind is not Unspecified.

Remarks

Daylight savings time is not considered during this conversion.

See Also

Reference

Was this information helpful?