Skip to content

Commit 8da18b6

Browse files
committed
Add targetdateincludetime property to Task
1 parent 752ae19 commit 8da18b6

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

RequestTests.paw

36 Bytes
Binary file not shown.

src/SimpleToDoService/Database/Entities.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,9 @@ public class Task
7272
[Column("targetdate")]
7373
public DateTime? TargetDate { get; set; }
7474

75+
[Column("targetdateincludetime")]
76+
public bool TargetDateIncludeTime { get; set; } = true;
77+
7578
[XmlIgnore]
7679
[JsonIgnore]
7780
[IgnoreDataMember]

0 commit comments

Comments
 (0)