本文介绍了使用c#.net中的时隙的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
你好
我创建了一个基于c#.net windows的应用程序,其中有预约表和预约计划表。当管理员接受用户的约会时,用户信息以及时间段必须以约会计划表的形式显示。
假设管理员在11:30到11:45之间进行预约,所以此信息应该在时间段11到12之间显示在预约计划器中。
请建议我如何设计预约计划表格。
-
问候
Mayank
Hello
I have created a c#.net windows based application in which there is appointment form and appointment planner form. When admin take the appointment of a user, the user information along with time slot has to be display in appointment planner form.
Suppose admin take the appointment between 11:30 to 11:45 so this information should be display in appointment planner between time slot 11 to 12.
Kindly suggest how do i design appointment planner form.
--
Regards
Mayank
推荐答案
这篇关于使用c#.net中的时隙的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!