https://github.com/cran/Hmisc
Raw File
Tip revision: d5ac16509b0c657de4a53529197661770ed156e6 authored by Frank E Harrell Jr on 11 March 2024, 20:50:03 UTC
version 5.1-2
Tip revision: d5ac165
yearDays.Rd
\name{yearDays}
\alias{yearDays}
\alias{monthDays}
\title{ Get Number of Days in Year or Month }
\description{Returns the number of days in a specific year or month.}
\usage{
yearDays(time)

monthDays(time)
}
\arguments{
  \item{time}{
    A POSIXt or Date object describing the month or year in
    question.
  }
}
\author{ Charles Dupont }
\seealso{ \code{\link{POSIXt}}, \code{\link{Date}} }
\keyword{ utilities }
\keyword{ chron }
back to top