RVTDocs.com
Namespace: Autodesk.Revit.DB Class: SiteLocation

SiteLocation.ConvertFromProjectTime

Method
Description:
Converts project time to UTC time.
Remarks:
Daylight savings time is not considered during this conversion.
Syntax
public DateTime ConvertFromProjectTime(
	DateTime projectTime
)
Parameters
Parameter Type Description
projectTime DateTime The project time.
Return Value
Exceptions
Exception Condition
ArgumentException Thrown when the projectTime's kind is not Unspecified.