MCPcopy Create free account
hub / github.com/Icinga/icinga2 / Format

Method Format

lib/base/datetime.cpp:51–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49}
50
51String DateTime::Format(const String& format) const
52{
53 return Utility::FormatDateTime(format.CStr(), m_Value);
54}
55
56String DateTime::ToString() const
57{

Callers 1

DateTimeFormatFunction · 0.45

Calls 1

CStrMethod · 0.80

Tested by

no test coverage detected