Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Structure

Excerpt


FieldTypeRequiredDescription
idinttrueUnique identifier for the DayOfWeek.
codeStringtrueCode of the day
namestringStringtrueName of the day



JSON representation

Code Block
languagepowershell
themeDJango
{
	"id": 1,
	"code": "Sun",
	"name": "Sunday",
	"nameI18n": "Sunday"
}