date2int: Convert date/time to integer

Description Usage Arguments Value Author(s) See Also Examples

View source: R/UtilFuncs.R

Description

This function returns the associated integer time for a given date/time object (coercible as POSIXct object.

Usage

1

Arguments

x

POSIXct, date/time object.

Value

integer

Author(s)

Bernhard Pfaff

See Also

Other UtilityFuncs: bkfee(), blockattime(), blockstats(), int2date(), intMaxDay(), intMinDay(), intRangeDay(), intRangePeriod(), timeofblock(), txfee(), txids(), txinids(), txstats(), utxoage(), utxotype(), utxovalue()

Examples

1
2
d <- "2017-03-15"
date2int(d)

rbch documentation built on Jan. 11, 2022, 1:06 a.m.

Related to date2int in rbch...