observationPeriod property
The length of time an Observation took place over. The format follows
P[0-9]*[Y|M|D|h|m|s]
. For example, P1Y is Period 1 Year, P3M is Period
3 Months, P3h is Period 3 hours.
Implementation
String? observationPeriod;
The length of time an Observation took place over. The format follows
P[0-9]*[Y|M|D|h|m|s]
. For example, P1Y is Period 1 Year, P3M is Period
3 Months, P3h is Period 3 hours.
String? observationPeriod;