From d18ad0d22782c14d808a269d59febbd46e6cab91 Mon Sep 17 00:00:00 2001 From: hyzboy Date: Thu, 26 Jan 2023 19:09:26 +0800 Subject: [PATCH] layouted codes. --- inc/hgl/type/DateTime.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/hgl/type/DateTime.h b/inc/hgl/type/DateTime.h index 5f4977f..50034d0 100644 --- a/inc/hgl/type/DateTime.h +++ b/inc/hgl/type/DateTime.h @@ -110,7 +110,7 @@ namespace hgl int GetYear ()const{return year;} ///<年 int GetMonth ()const{return month;} ///<月 int GetDay ()const{return day;} ///<日 - int GetMaxDays ()const{return max_days_per_month;} ///<本月天数 + int GetMaxDays ()const{return max_days_per_month;} ///<本月天数 int GetWeekDay ()const{return week_day;} ///<星期,0为星期天 int GetYearDay ()const{return year_day;} ///<今天为这一年的第几天