namespace Time\\NaiveVersion { class CurrentTime { + getPartOfDay(): string } } note right of CurrentTime::getPartOfDay Return the current part of the day: "Night", "Morning", "Noon" or "Evening" end note