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