diff --git a/content/en/methods/time/Round.md b/content/en/methods/time/Round.md index 543152031..988c56ba9 100644 --- a/content/en/methods/time/Round.md +++ b/content/en/methods/time/Round.md @@ -6,6 +6,8 @@ keywords: [] action: related: - functions/time/AsTime + - functions/time/ParseDuration + - methods/time/Truncate returnType: time.Time signatures: [TIME.Round DURATION] --- diff --git a/content/en/methods/time/Truncate.md b/content/en/methods/time/Truncate.md index f88460e28..da6e0b26b 100644 --- a/content/en/methods/time/Truncate.md +++ b/content/en/methods/time/Truncate.md @@ -6,6 +6,8 @@ keywords: [] action: related: - functions/time/AsTime + - functions/time/ParseDuration + - methods/time/Round returnType: time.Time signatures: [TIME.Truncate DURATION] ---