|
|
@@ -160,7 +160,7 @@ namespace DataVAPI.Tool.IOT |
|
|
|
public int Day { get; set; } |
|
|
|
public int L_Day { get; set; } |
|
|
|
|
|
|
|
private string B_YearStr { get; set; } |
|
|
|
public string B_YearStr { get; set; } |
|
|
|
public ALYColor YearColor { get; set; } |
|
|
|
private int _B_Year { get; set; } |
|
|
|
public int B_Year |
|
|
@@ -182,7 +182,7 @@ namespace DataVAPI.Tool.IOT |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
private string B_MonthStr { get; set; } |
|
|
|
public string B_MonthStr { get; set; } |
|
|
|
public ALYColor MonthColor { get; set; } |
|
|
|
private int _B_Month { get; set; } |
|
|
|
public int B_Month |
|
|
@@ -204,7 +204,7 @@ namespace DataVAPI.Tool.IOT |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
private string B_DayStr { get; set; } |
|
|
|
public string B_DayStr { get; set; } |
|
|
|
public ALYColor DayColor { get; set; } |
|
|
|
private int _B_Day { get; set; } |
|
|
|
public int B_Day |
|
|
|