FutureProg functions

nextsunset

Celestials · computer function, computer program, standard futureprog

MudDateTime nextsunset(Location locationOrZone, Number celestialId, Calendar calendar)
Contexts: computer function, computer program, standard futureprog
Returns the next sunset for a solar celestial at the supplied room or zone. The optional occurrence parameter returns the nth next sunset. Returns Never if no event is found.
locationOrZone: The room or zone whose geography is used as the observer location.
celestialId: The ID of the solar celestial.
calendar: The calendar used to display the returned mud datetime.

MudDateTime nextsunset(Location locationOrZone, Number celestialId, Calendar calendar, Number occurrence)
Contexts: computer function, computer program, standard futureprog
Returns the next sunset for a solar celestial at the supplied room or zone. The optional occurrence parameter returns the nth next sunset. Returns Never if no event is found.
locationOrZone: The room or zone whose geography is used as the observer location.
celestialId: The ID of the solar celestial.
calendar: The calendar used to display the returned mud datetime.
occurrence: The nth next occurrence to return.

MudDateTime nextsunset(Zone locationOrZone, Number celestialId, Calendar calendar)
Contexts: computer function, computer program, standard futureprog
Returns the next sunset for a solar celestial at the supplied room or zone. The optional occurrence parameter returns the nth next sunset. Returns Never if no event is found.
locationOrZone: The room or zone whose geography is used as the observer location.
celestialId: The ID of the solar celestial.
calendar: The calendar used to display the returned mud datetime.

MudDateTime nextsunset(Zone locationOrZone, Number celestialId, Calendar calendar, Number occurrence)
Contexts: computer function, computer program, standard futureprog
Returns the next sunset for a solar celestial at the supplied room or zone. The optional occurrence parameter returns the nth next sunset. Returns Never if no event is found.
locationOrZone: The room or zone whose geography is used as the observer location.
celestialId: The ID of the solar celestial.
calendar: The calendar used to display the returned mud datetime.
occurrence: The nth next occurrence to return.

← Back to FutureProg functions