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