feat!: Add MustIncludeMinutes & MustIncludeSeconds
This commit is contained in:
parent
bc8eb1ac0d
commit
3af891f809
3 changed files with 48 additions and 29 deletions
|
|
@ -7,7 +7,7 @@ using System.Threading.Tasks;
|
|||
namespace Xorog.UniversalExtensions.Enums;
|
||||
public enum TimeFormat
|
||||
{
|
||||
MINUTES,
|
||||
HOURS,
|
||||
DAYS
|
||||
Minutes = 0,
|
||||
Hours = 1,
|
||||
Days = 2
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue