getInDays_my: Get the number of days that have pasted from 1970-01-01 until...

View source: R/auxFctMicSim.r

getInDays_myR Documentation

Get the number of days that have pasted from 1970-01-01 until 'yyyymm11'.

Description

Function computes the number of days that have pasted from 1970-01-01 until 'yyyymm11'.

Usage

getInDays_my(year, month)

Arguments

year

Year for which days elapsed should be computed, i.e., the yyyy in 'yyyymm11'

month

Month for which days elapsed should be computed, i.e., the mm in 'yyyymm11'

Value

Number of days that have pasted from 1970-01-01 until 'yyyymm11'

Author(s)

Sabine Zinn

Examples

getInDays_my(2020, 12)

MicSim documentation built on Jan. 9, 2023, 5:05 p.m.