The R Project SVN R

Rev

Rev 59039 | Rev 64623 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 59039 Rev 61433
Line 24... Line 24...
24
\details{
24
\details{
25
  \code{ISOdatetime} and \code{ISOdate} are convenience wrappers for
25
  \code{ISOdatetime} and \code{ISOdate} are convenience wrappers for
26
  \code{strptime} that differ only in their defaults and that
26
  \code{strptime} that differ only in their defaults and that
27
  \code{ISOdate} sets UTC as the timezone.  For dates without times it
27
  \code{ISOdate} sets UTC as the timezone.  For dates without times it
28
  would normally be better to use the \code{"\link{Date}"} class.
28
  would normally be better to use the \code{"\link{Date}"} class.
29
  
29
 
30
  The main arguments will be recycled using the usual recycling rules.
30
  The main arguments will be recycled using the usual recycling rules.
31
}
31
}
32
\value{
32
\value{
33
  An object of class \code{"\link{POSIXct}"}.
33
  An object of class \code{"\link{POSIXct}"}.
34
}
34
}