Skip to content
Contractsv1.7.0

Time of Day

Progress counts only when the in-game time of day is within the specified window.

{
"type": "TimeOfDay",
"startTime": "20:00",
"endTime": "06:00"
}
FieldTypeDescription
typestringExactly 'TimeOfDay'
startTimestringTime of day in 24-hour HH:MM format (e.g. 20:00).
endTimestringTime of day in 24-hour HH:MM format (e.g. 04:00). May wrap past midnight.
  • The window is inclusive of startTime and endTime.
  • The window may wrap past midnight: 20:00 to 06:00 means “from 8pm until 6am the next morning”.