This function returns the time of sunset. This is a read-only property.
None.
Return value: sunset
time
Type: date
Description: This is a date type representing the time of sunset.
sub main()
dim t
t=hs.SunsetDt
msgbox "Sunset is at " & FormatDateTime(t, vbLongTime)
end sub