using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading; namespace HNWD.LatticeScreen.Server { internal enum ClockProgramFormat { //"yyyy年MM月dd日 HH:mm:ss" ] DateTime = 0x01, //"yyyy年MM月dd日 HH:mm:ss" ] Date = 0x02, //"yyyy年MM月dd日 HH:mm:ss" ] Time = 0x03, //"yyyy年MM月dd日" yyyyMMdd = 0x04, //"yyyy年MM月dd日 HH:mm:ss" ] yyMMdd = 0x05 } }