Skip to main content

TimeInterval

A timeinterval witha a start and end in date format

type TimeInterval {
from: DateTime
to: DateTime
}

Fields

from ● DateTime

The start time of the interval

to ● DateTime

The end time of the interval

Example

{
"from": "2024-05-03T11:52:33Z"
}