getMonth: Get the month in a year from days elapsed since 01-01-1970

View source: R/auxFctMicSim.r

getMonthR Documentation

Get the month in a year from days elapsed since 01-01-1970

Description

Function computes from days elapsed since 01-01-1970 the related month a year.

Usage

getMonth(daysSince01011970)

Arguments

daysSince01011970

Days elapsed since 1970-01-01

Value

Month in a year computed from days elapsed since 01-01-1970

Author(s)

Sabine Zinn

Examples

getMonth(2561)

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