date_xx_arithmetic_disabled {dint}R Documentation

Arithmetic Operations Disabled for date_xx

Description

This page lists operators that are disabled for date_yq and date_ym objects.

Usage

## S3 method for class 'date_xx'
x * y

## S3 method for class 'date_xx'
x / y

## S3 method for class 'date_xx'
x ^ y

## S3 method for class 'date_xx'
x %% y

## S3 method for class 'date_xx'
x %/% y

## S3 method for class 'date_y'
x %% y

## S3 method for class 'date_y'
x %/% y

Arguments

x

a date_yq or date_ym object

y

an integer

See Also

date_xx_arithmetic, base::Arithmetic


[Package dint version 2.1.4 Index]