Add related funcs/methods to time.Round and time.Truncate

This commit is contained in:
Joe Mooring
2024-04-18 09:35:58 -07:00
committed by GitHub
parent 79f22ead4c
commit 7c9a1b8644
2 changed files with 4 additions and 0 deletions
+2
View File
@@ -6,6 +6,8 @@ keywords: []
action:
related:
- functions/time/AsTime
- functions/time/ParseDuration
- methods/time/Truncate
returnType: time.Time
signatures: [TIME.Round DURATION]
---
+2
View File
@@ -6,6 +6,8 @@ keywords: []
action:
related:
- functions/time/AsTime
- functions/time/ParseDuration
- methods/time/Round
returnType: time.Time
signatures: [TIME.Truncate DURATION]
---