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";
| }
| }
|
|