Share

SunAndShadowSettings.GetFrameTime Method

Identifies the date and time of the SunAndShadowSettings element for a given frame.


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

Syntax

C#

public DateTime GetFrameTime(
	double frame
)

Parameters

frame  Double
Frame for which time is requested

Return Value

DateTime
The date and time. The value will be in Coordinated Universal Time (UTC).

Exceptions

ExceptionCondition
ArgumentException the frame value frame is not valid.

See Also

Reference

Was this information helpful?