We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
LastModified
1 parent b3734b8 commit f1ef5a1Copy full SHA for f1ef5a1
1 file changed
OnTopic.ViewModels/TopicViewModel.cs
@@ -70,6 +70,12 @@ public class TopicViewModel: ITopicViewModel {
70
/// <inheritdoc />
71
public bool IsHidden { get; set; }
72
73
+ /*==========================================================================================================================
74
+ | LAST MODIFIED
75
+ \-------------------------------------------------------------------------------------------------------------------------*/
76
+ /// <summary>
77
+ /// The date that the topic was last modified on.
78
+ /// </summary>
79
public DateTime LastModified { get; set; }
80
81
/*==========================================================================================================================
0 commit comments