hxb
2020-09-23 2921da3e4ba99f0df28a172d47daa69e375431bc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
 
 
 
namespace HDLCloudMonitorSupportCtrlOldUdpGate
{
    public partial class Consts
    {
        public const string TimeFormat = "yyyy-MM-dd HH:mm:ss";
 
        public const string DateTimeFormatHoursStr = "yyyy-MM-dd_HH";
 
        public const int TEN = 10;
 
        public const string TimeFormat1 = "yyyy-MM-dd HH:mm:ss:fff";
    }
}