Enum TimePeriod
- Namespace
- CivitaiSharp.Core.Models
- Assembly
- CivitaiSharp.Core.dll
Time periods used to restrict results in queries (e.g. week, month).
public enum TimePeriod
- Extension Methods
Fields
AllTime = 0Include results from all time with no date restriction. Maps to API value "AllTime".
Day = 4Include results from the past day only. Maps to API value "Day".
Month = 2Include results from the past month only. Maps to API value "Month".
Week = 3Include results from the past week only. Maps to API value "Week".
Year = 1Include results from the past year only. Maps to API value "Year".
Remarks
API string mappings are defined in ApiStringRegistry.