MCPcopy Create free account
hub / github.com/SmingHub/Sming / isNull

Method isNull

Sming/Core/DateTime.cpp:143–147  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

141}
142
143bool DateTime::isNull() const
144{
145 return Second == 0 && Minute == 0 && Hour == 0 && Day == 0 && Month == 0 && Year == 0 && DayofWeek == 0 &&
146 Milliseconds == 0;
147}
148
149bool DateTime::fromHttpDate(const String& httpDate, time_t& time)
150{

Callers 9

onClockUpdatingFunction · 0.45
refreshClockTimeFunction · 0.45
onIpConfigFunction · 0.45
initFunction · 0.45
executeMethod · 0.45
getValueFunction · 0.45
getValueChangedFunction · 0.45
availableMethod · 0.45
getDataMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected