mirror of
https://github.com/jayfunc/BetterLyrics.git
synced 2026-01-12 10:54:55 +08:00
14 lines
205 B
C#
14 lines
205 B
C#
namespace BetterLyrics.WinUI3.Enums
|
|
{
|
|
public enum StatsRange
|
|
{
|
|
Today,
|
|
ThisWeek,
|
|
ThisMonth,
|
|
ThisQuarter,
|
|
ThisYear,
|
|
AllTime,
|
|
Custom
|
|
}
|
|
}
|