minute {SparkR} | R Documentation |
Extracts the minutes as an integer from a given date/timestamp/string.
minute(x) ## S4 method for signature 'Column' minute(x)
x |
Column to compute on. |
minute since 1.5.0
Other datetime_funcs: add_months
,
date_add
, date_format
,
date_sub
, datediff
,
dayofmonth
, dayofyear
,
from_unixtime
,
from_utc_timestamp
, hour
,
last_day
, months_between
,
month
, next_day
,
quarter
, second
,
to_date
, to_timestamp
,
to_utc_timestamp
,
unix_timestamp
, weekofyear
,
window
, year
## Not run: minute(df$c)