починили tlmdate при duration 60
This commit is contained in:
parent
cde4b41f54
commit
b468219f4f
@ -14,7 +14,7 @@ public class TLMDateColumn : BaseColumn<DateTime>
|
||||
{
|
||||
var currentDate = tlmData.StartDate;
|
||||
var i = 1;
|
||||
while (currentDate != tlmData.EndDate && i < Values.Length)
|
||||
while (i < Values.Length)
|
||||
{
|
||||
var year = currentDate.Year;
|
||||
var month = currentDate.Month;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user