Determine the current checkin ability state from the course response
The course to be determined.
Get the Dayjs date object of (startTimestamp + TimePlus)
The start time.
The offset to added.
Is the specified time in the future?
Formula: (startTimestamp + timePlus) > Date.now()
Is the specified time in the past?
Formula: (startTimestamp + timePlus) < Date.now()
Is it the TimeOffset pattern.
Generated using TypeDoc
The utilities of this SDK.
For example, you can determine the course state with
ExtractCourseState()
.