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