LocalDate

GPTKB entity

Statements (32)
Predicate Object
gptkbp:instanceOf gptkb:class
gptkbp:author gptkb:Oracle
https://www.w3.org/2000/01/rdf-schema#label LocalDate
gptkbp:immutable true
gptkbp:implementedIn gptkb:Temporal
Serializable
ChronoLocalDate
Comparable<LocalDate>
gptkbp:introducedIn gptkb:Java_8
gptkbp:language gptkb:Java
gptkbp:method atStartOfDay()
getDayOfMonth()
getMonth()
getYear()
isLeapYear()
lengthOfMonth()
lengthOfYear()
minusDays(long daysToSubtract)
now()
of(int year, int month, int dayOfMonth)
parse(CharSequence text)
plusDays(long daysToAdd)
toEpochDay()
withDayOfMonth(int dayOfMonth)
withMonth(int month)
withYear(int year)
gptkbp:partOf gptkb:java.time_package
gptkbp:represents date without time-zone
gptkbp:usedFor date manipulation
gptkbp:bfsParent gptkb:Date_and_Time_API
gptkb:java.time_package
gptkbp:bfsLayer 7