Skip to content

TimeRangeActivity

Doug Schmidt edited this page Aug 5, 2022 · 12 revisions

TimeRangeActivity Details

The TimeRangeActivity definition derives from the Activity definition, and includes all of the base class properties.

16 Properties Required Description
Comment
MergeWithComment
MergeWithComments
Time
Times
DateOnly - v20.3+
TimeOnly - v20.3+
Disabled - v21.4.12+
N 8 inherited Activity properties.
[StartTime]
[[StartTimes]]
[StartDateOnly] - v20.3+
[StartTimeOnly] - v20.3+
N A list of timestamp definitions, combined into a single starting moment in time.
[EndTime]
[[EndTimes]]
[EndDateOnly] - v20.3+
[EndTimeOnly] - v20.3+
N A list of timestamp definitions, combined into a single ending moment in time.
  • The [StartTime], [StartTimeOnly], [StartDateOnly], and [[StartTimes]] properties will be combined into a single start time for the activity.
  • The [EndTime], [EndTimeOnly], [EndDateOnly], and [[EndTimes]] properties will be combined into a single end time for the activity.

The interval for the activity will span from the start to the end.

  • If no start nor end time is specified, the activity's [Time], [TimeOnly], [DateOnly], and [[Times]] properties will be used to create an activity that occurs at that single moment in time.
  • If no start, end, nor activity time is specified, the visit's start and end times will be used.

v20.3 adds StartDateOnly, StartTimeOnly, EndDateOnly, and EndTimeOnly properties for simpler parsing

Just like their DateOnly and TimeOnly counterparts, you can now parse dates and times from separate CSV columns for your start and end times.

Clone this wiki locally