检测一周中两天之间的给定日期
我想使用 C# 检测给定的一天是否在一周中的两天之间。因此,情况是检测星期二(可能是 DateTime.Now.DayOfWeek
)是在星期一到星期六之间。同样,我需要检测给定的一天是在一周中的两个特定日期之间,并以不同的方式对待它。特定的两天是静态的,给定的日期必须是动态的
因为这取决于用户访问系统的日期。
I would like to detect if a given day is between two days of the week using C#. So the scenario would be that detecting Tuesday (Could be DateTime.Now.DayOfWeek
) is between Monday to Saturday. Likewise, I need to detect a given day is between two certain days of the week and treat it differently. The two certain days are static and the given date must be dynamic
as it depends on what day the users access the system.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)