Anilibria.NET API Anilibria.NET API
Anilibria.NET API Anilibria.NET API
Author: Ilya Kotomin

Search Results for

    Class Schedule

    Title entry schedules for a specific day

    Inheritance
    System.Object
    Schedule
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: Anilibria.NET.Models
    Assembly: Anilibria.NET.dll
    Syntax
    public class Schedule

    Properties

    Day

    Selected day as int

    Declaration
    [JsonProperty("day")]
    public int Day { get; }
    Property Value
    Type Description
    System.Int32

    DayOfWeek

    Selected day as enum

    Declaration
    public CISDaysOfWeek DayOfWeek { get; }
    Property Value
    Type Description
    CISDaysOfWeek

    Titles

    Titles coming out on the selected date

    Declaration
    [JsonProperty("list")]
    public List<Title>? Titles { get; }
    Property Value
    Type Description
    System.Nullable<List<Title>>

    Methods

    ToString()

    Override on .ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    System.String

    Selected day name

    Overrides
    System.Object.ToString()
    anilibria.tv