Date

public final class Date extends When

Class representation of an entire day spans without specific times. Your birthday and holidays would be represented as date subobjects.

Constructors

Link copied to clipboard
public When.Date When.Date(@Json(name = "date") String date)

Properties

Link copied to clipboard
private final String date

Date of occurrence in ISO 8601 format.

Functions

Link copied to clipboard
public final String getDate()

Date of occurrence in ISO 8601 format.

Link copied to clipboard
public final WhenType getObject()

Returns the WhenType of this When object.