From 7c9a1b8644ab5623277436d12d9bfca17b8e4cf4 Mon Sep 17 00:00:00 2001 From: Joe Mooring Date: Thu, 18 Apr 2024 09:35:58 -0700 Subject: [PATCH] Add related funcs/methods to time.Round and time.Truncate --- content/en/methods/time/Round.md | 2 ++ content/en/methods/time/Truncate.md | 2 ++ 2 files changed, 4 insertions(+) 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] ---