RVTDocs.com

SunAndShadowSettings.GetFrameTime

Method
Description:
Identifies the date and time of the SunAndShadowSettings element for a given frame.
Syntax
public DateTime GetFrameTime(
	double frame
)
Parameters
Parameter Type Description
frame Double Frame for which time is requested
Return Value
Type Description
DateTime The date and time. The value will be in Coordinated Universal Time (UTC).
Exceptions
Exception Condition
ArgumentException the frame value frame is not valid.