- 博客(3)
- 资源 (1)
- 收藏
- 关注
原创 C# WinForm 窗体应用 简易 定时器 教学 超详细
1.首先添加个 定时器 双击进来 敲入以下代码 启动定时器 及 引用using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;using System.Threading.Tasks;using System.Windows.Forms;pri
2022-01-20 20:08:00
3093
原创 C#datetime如何判断白天还是晚上或者上午还是下午
DateTime times = DateTime.Parse(textBox4.Text); int a =int.Parse(times.ToString("HH")); if (a >= 8 && a <= 20) { MessageBox.Show("白班"); } else { ...
2021-10-07 17:14:33
2860
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人