Table of Contents

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 = 0

Include results from all time with no date restriction. Maps to API value "AllTime".

Day = 4

Include results from the past day only. Maps to API value "Day".

Month = 2

Include results from the past month only. Maps to API value "Month".

Week = 3

Include results from the past week only. Maps to API value "Week".

Year = 1

Include results from the past year only. Maps to API value "Year".

Remarks

API string mappings are defined in ApiStringRegistry.