updated descriptions for start and end time

This commit is contained in:
Arohdin
2025-07-16 10:04:14 +02:00
parent 92b10d0bc4
commit dee0387c4e
@@ -101,16 +101,14 @@ namespace {
constexpr openspace::properties::Property::PropertyInfo StartTimeInfo = {
"StartTime",
"Start Time",
"The start time for the range of this trajectory. The date must be in ISO 8601 "
"format: YYYY MM DD HH:mm:ss.xxx.",
"The start time for the range of this trajectory. The date must be in ISO 8601.",
openspace::properties::Property::Visibility::AdvancedUser
};
constexpr openspace::properties::Property::PropertyInfo EndTimeInfo = {
"EndTime",
"End Time",
"The end time for the range of this trajectory. The date must be in ISO 8601 "
"format: YYYY MM DD HH:mm:ss.xxx.",
"The end time for the range of this trajectory. The date must be in ISO 8601.",
openspace::properties::Property::Visibility::AdvancedUser
};