Skip to content

Instantly share code, notes, and snippets.

@Xseuguh
Created July 18, 2023 10:15
Show Gist options
  • Save Xseuguh/9e70dd7c91ff270f95d5edcd4b61a296 to your computer and use it in GitHub Desktop.
Save Xseuguh/9e70dd7c91ff270f95d5edcd4b61a296 to your computer and use it in GitHub Desktop.
let task = TaskBuilder()
.with(title: "My first task")
.with(content: "A lot of things to do during my first task")
.with(createdAt: Date(timeIntervalSince1970: 1654473600)) // 06/06/2022 0h00
.build()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment