mirror of
https://github.com/vczh-libraries/Release.git
synced 2026-02-06 03:42:11 +08:00
Update release
This commit is contained in:
@@ -825,11 +825,6 @@ Sys
|
||||
return DateTime::FromDateTime(year, month, day, hour, minute, second, milliseconds);
|
||||
}
|
||||
|
||||
DateTime Sys::CreateDateTime(vuint64_t filetime)
|
||||
{
|
||||
return DateTime::FromFileTime(filetime);
|
||||
}
|
||||
|
||||
Ptr<IValueEnumerable> Sys::ReverseEnumerable(Ptr<IValueEnumerable> value)
|
||||
{
|
||||
auto list = value.Cast<IValueReadonlyList>();
|
||||
@@ -1067,7 +1062,6 @@ WfLoadLibraryTypes
|
||||
|
||||
CLASS_MEMBER_STATIC_METHOD_OVERLOAD(CreateDateTime, {L"year" _ L"month" _ L"day" }, DateTime(*)(vint, vint, vint))
|
||||
CLASS_MEMBER_STATIC_METHOD_OVERLOAD(CreateDateTime, { L"year" _ L"month" _ L"day" _ L"hour" _ L"minute" _ L"second" _ L"milliseconds" }, DateTime(*)(vint, vint, vint, vint, vint, vint, vint))
|
||||
CLASS_MEMBER_STATIC_METHOD_OVERLOAD(CreateDateTime, { L"filetime" }, DateTime(*)(vuint64_t))
|
||||
END_CLASS_MEMBER(Sys)
|
||||
|
||||
BEGIN_CLASS_MEMBER(Math)
|
||||
|
||||
Reference in New Issue
Block a user