namespace Time\\DateTimeVersion { class CurrentTime { + {static} NIGHT := 1 {const} + {static} MORNING := 2 {const} + {static} NOON := 3 {const} + {static} EVENING := 4 {const} -- + getDateTime(): DateTime + getTime(): int + getTimeOfDay(): int } }