Identifies the sunrise time for the SunAndShadowSettings element at its current location
and indicated date.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 22.0.0.0 (22.1.1.0)
Since:
2011
Syntax
| C# |
|---|
public DateTime GetSunrise(
DateTime date
) |
| Visual Basic |
|---|
Public Function GetSunrise ( _
date As DateTime _
) As DateTime |
| Visual C++ |
|---|
public:
DateTime GetSunrise(
DateTime date
) |
Parameters
- date
- Type: System..::..DateTime
The date for which to determine sunrise time.
Return Value
The date and time. The value will be in Coordinated Universal Time (UTC).
Remarks
See Also