This commit is contained in:
2025-05-18 18:47:07 -05:00
parent b132a87583
commit 45331d81cb
2 changed files with 4 additions and 3 deletions

View File

@@ -317,7 +317,7 @@ namespace Tesses::Framework::Date
}
void DateTime::SetYear(int y)
{
this->year = year;
this->year = y;
}
void DateTime::SetMonth(int m)
{
@@ -717,4 +717,4 @@ namespace Tesses::Framework::Date
}
return text;
}
}
}