Created
July 18, 2023 10:15
-
-
Save Xseuguh/9e70dd7c91ff270f95d5edcd4b61a296 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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