set time by default and round number to 15

This commit is contained in:
Peter Maquiran
2023-02-06 16:30:11 +01:00
parent 35945a55e7
commit 98f543772e
16 changed files with 213 additions and 268 deletions
+2 -2
View File
@@ -2,7 +2,7 @@ export class PublicationFolder {
ProcessId: string;
Description: string;
Detail: string;
DateBegin: string;
DateEnd: string;
DateBegin: any;
DateEnd: any;
ActionType: string;
}