DateTime autotime = DateTime.Now; DateTime endOfMonth = new DateTime(autotime.Year, autotime.Month, DateTime.DaysInMonth(autotime.Year, autotime.Month)); String strautotime = ""; strautotime = autotime.ToString("HH:mm:ss tt"); Timeauto.Text = strautotime; if (strautotime == "17:50:00 AM" && autotime == endOfMonth) { button1.PerformClick(); return; }
DateTime GetLastDayOfMonth( DateTime dateTime) { return new DateTime(dateTime.Year, dateTime.Month, DateTime.DaysInMonth(dateTime.Year, dateTime.Month)); } private void Form1_Load(object sender, EventArgs e) { if (DateTime.Now.Date.ToString("HH:mm:ss tt") == "17:50:00 AM" && DateTime.Now.Date == GetLastDayOfMonth(DateTime.Now).Date ) MessageBox.Show(""); }
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง