Creates an instance of ReadOnlyDateTimeRange with minimum and maximum timestamps.
The minimum timestamp in ISO format.
The maximum timestamp in ISO format.
Readonly
maxThe maximum timestamp in ISO format.
Readonly
minThe minimum timestamp in ISO format.
Static
CreateCreates a ReadOnlyDateTimeRange object based on the provided array of timestamps.
An array of timestamps to determine the minimum and maximum values.
A ReadOnlyDateTimeRange object containing the calculated minimum and maximum timestamps.
A class representing a date-time range with minimum and maximum timestamps. This class is read-only and cannot be modified after creation.