Show / Hide Table of Contents

Class TmIoTotdMonth

Inheritance
System.Object
TmIoTotdMonth
Namespace: TrackmaniaIo.ApiClient.Models.Totd
Assembly: TrackmaniaIo.ApiClient.dll
Syntax
public class TmIoTotdMonth

Properties

| Improve this Doc View Source

Days

Declaration
public IEnumerable<TmIoTotdDay>? Days { get; set; }
Property Value
Type Description
System.Nullable<IEnumerable<TmIoTotdDay>>
| Improve this Doc View Source

LastDay

Declaration
public int LastDay { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

Month

Declaration
public int Month { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

MonthCount

Declaration
public int MonthCount { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

MonthOffset

Declaration
public int MonthOffset { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

Year

Declaration
public int Year { get; set; }
Property Value
Type Description
System.Int32
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾