提交 31130c67 编写于 作者: S szjay

no commit message

上级 4f7cebc0
......@@ -385,7 +385,7 @@ namespace Infrastructure.Utilities
return ConvertToUnixDateTime(time);
}
public static DateTime AddTime(this DateTime d, string s)
public static DateTime SetTime(this DateTime d, string s)
{
string[] str = s.Split(',');
int hours = int.Parse(str[0]);
......@@ -398,5 +398,9 @@ namespace Infrastructure.Utilities
return d.Date.AddHours(hours).AddMinutes(minutes).AddSeconds(seconds);
}
public static void test()
{
}
}
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册