public class SeasonEpisodeResult extends Object
| Constructor and Description |
|---|
SeasonEpisodeResult(JavaOMDB omdb,
org.json.JSONObject json) |
| Modifier and Type | Method and Description |
|---|---|
java.time.LocalDateTime |
getReleaseDate()
Gets the date this episode came out, as a calendar object.
|
static java.time.LocalDateTime |
parseReleaseDate(String dateString)
Parses a
LocalDateTime from a date string in the form yyyy-MM-dd |
public SeasonEpisodeResult(JavaOMDB omdb, org.json.JSONObject json)
public java.time.LocalDateTime getReleaseDate()
released field).public static java.time.LocalDateTime parseReleaseDate(String dateString)
LocalDateTime from a date string in the form yyyy-MM-dddateString - The string to be parsed.Copyright © 2017. All rights reserved.