Skip to content
This repository was archived by the owner on Apr 23, 2021. It is now read-only.

Files

Latest commit

3662b11 · Mar 13, 2019

History

History
17 lines (9 loc) · 847 Bytes

TimeRange.md

File metadata and controls

17 lines (9 loc) · 847 Bytes

Square.Connect.Model.TimeRange

Description

Represents a generic time range. The start and end values are represented in RFC-3339 format. Time ranges are customized to be inclusive or exclusive based on the needs of a particular endpoint. Refer to the relevent endpoint-specific documentation to determine how time ranges are handled.

Properties

Name Type Description Notes
StartAt string A datetime value in RFC-3339 format indicating when the time range starts. [optional]
EndAt string A datetime value in RFC-3339 format indicating when the time range ends. [optional]

[Back to Model list] [Back to API list] [Back to README]