File: zoned_time_precision.Rd

package info (click to toggle)
r-cran-clock 0.7.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,856 kB
  • sloc: cpp: 19,564; sh: 17; makefile: 2
file content (23 lines) | stat: -rw-r--r-- 547 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/zoned-time.R
\name{zoned_time_precision}
\alias{zoned_time_precision}
\title{Precision: zoned-time}
\usage{
zoned_time_precision(x)
}
\arguments{
\item{x}{\verb{[clock_zoned_time]}

A zoned-time.}
}
\value{
A single string holding the precision of the zoned-time.
}
\description{
\code{zoned_time_precision()} extracts the precision from a zoned-time. It
returns the precision as a single string.
}
\examples{
zoned_time_precision(zoned_time_now("America/New_York"))
}