This function returns the time of sunrise. This is a read-only property.
None.
Return value: sunrise
time
Type: string
Description: This is a string representing the time of sunrise. The
string returned is formatted according to your system's setting for time
display but with seconds removed (e.g., if there are three fields separated
by colons, the third one is removed).
sub main()
dim t
t=hs.Sunrise
msgbox "Sunrise is at " & t
end sub