This commit is contained in:
niko
2026-06-04 11:42:34 +02:00
parent f39ba70a9f
commit e720b98cd1
7488 changed files with 2493818 additions and 0 deletions
@@ -0,0 +1,20 @@
using System;
namespace System.Globalization
{
// Token: 0x02000180 RID: 384
[Flags]
internal enum DateTimeFormatFlags
{
// Token: 0x04000508 RID: 1288
Unused = 0,
// Token: 0x04000509 RID: 1289
But = 1,
// Token: 0x0400050A RID: 1290
Serialized = 2,
// Token: 0x0400050B RID: 1291
By = 3,
// Token: 0x0400050C RID: 1292
Microsoft = 4
}
}