TaxYear

uk.gov.hmrc.time.TaxYear
See theTaxYear companion object
case class TaxYear(startYear: Int)

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def back(years: Int): TaxYear
def contains(date: LocalDate): Boolean
def finishInstant: ZonedDateTime
def forwards(years: Int): TaxYear
def interval: Interval
def startInstant: ZonedDateTime
def starts: LocalDate
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Any
def yearRange: Inclusive

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Concrete fields

lazy val currentYear: Int
lazy val finishYear: Int
lazy val finishes: LocalDate
lazy val next: TaxYear
lazy val previous: TaxYear