MCPcopy Create free account
hub / github.com/deathkiller/jazz2-native / ComputeWeekDay

Method ComputeWeekDay

Sources/Shared/Containers/DateTime.cpp:1039–1042  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1037 }
1038
1039 void DateTime::Tm::ComputeWeekDay() noexcept
1040 {
1041 _dayOfWeek = (Implementation::GetTruncatedJDN(Day, Month, Year) + 2) % 7;
1042 }
1043
1044 DateTime DateTime::UtcNow() noexcept
1045 {

Callers

nothing calls this directly

Calls 1

GetTruncatedJDNFunction · 0.85

Tested by

no test coverage detected