1
0
Fork 0
hugo/docs/content/en/methods/duration/Nanoseconds.md

336 B

title description categories keywords params
Nanoseconds Returns the time.Duration value as an integer nanosecond count.
functions_and_methods
returnType signatures
int64
DURATION.Nanoseconds
{{ $d = time.ParseDuration "3.5h2.5m1.5s" }}
{{ $d.Nanoseconds }} → 12751500000000