季別
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2024-09-03 (世界標準時間)。
[null,null,["上次更新時間:2024-09-03 (世界標準時間)。"],[[["The `Season` type defines structured data for a season of a TV show, radio program, or game series."],["It includes properties for start and end dates, episodes, season number, and the series it belongs to."],["`Season` type extends the `CreativeWork` type and includes information about the production company and a potential trailer."],["Developers can use the provided properties like `endDate`, `episode`, `numberOfEpisodes`, etc.to markup the details about the season of a TV/radio series or a game."]]],["The \"Season\" type extends \"CreativeWork\" and defines properties for media seasons. Key properties include `endDate` and `startDate` (ISO 8601 format), `episode` or `episodes` which represent media episodes, `numberOfEpisodes`, `partOfSeries` to specify the overarching series, `productionCompany`, `seasonNumber` for season ordering, and `trailer` which refers to a related video. These components describe a specific installment within a media series, including its chronological boundaries and related media.\n"]]