Hotel room/floor representation
Asked by javier
5 years ago.
Can you think of an option to represent the rooms by floors instead of dates?
for example
floor 1 2 3 4 5 6 7 9 12 ...
1 free occupied
2
3
4
Answer posted by Dan Letecky [DayPilot]
5 years ago.
Yes, it is possible.
You'd need to map the dates (e.g. the day of year part) to floors using a technique used in the ASP.NET timetable tutorial:
https://code.daypilot.org/65101/timetable-tutorial-asp-net-c-vb-net
It uses the Calendar component but you should get the idea.
Comment posted by Anonymous
5 years ago.
This question is more than 1 month old and has been closed. Please create a new question if you have anything to add.