Untitled
unknown
json
2 years ago
20 kB
6
Indexable
"NotBefore": { "Module": "CommonLanguageRuntimeLibrary", "Assembly": "mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", "TypeHandle": "System.RuntimeTypeHandle", "BaseType": "System.ValueType", "UnderlyingSystemType": "System.DateTime", "FullName": "System.DateTime", "AssemblyQualifiedName": "System.DateTime, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", "Namespace": "System", "GUID": "c48bfdf5-a271-384b-bf13-bd21d931c1bf", "IsEnum": false, "IsSecurityCritical": false, "IsSecuritySafeCritical": false, "IsSecurityTransparent": true, "IsGenericTypeDefinition": false, "IsGenericParameter": false, "IsGenericType": false, "IsConstructedGenericType": false, "ContainsGenericParameters": false, "StructLayoutAttribute": "System.Runtime.InteropServices.StructLayoutAttribute", "Name": "DateTime", "MemberType": "TypeInfo", "DeclaringType": null, "ReflectedType": null, "MetadataToken": 33554557, "GenericTypeParameters": "", "DeclaredConstructors": "Void .ctor(Int64) Void .ctor(UInt64) Void .ctor(Int64, System.DateTimeKind) Void .ctor(Int64, System.DateTimeKind, Boolean) Void .ctor(Int32, Int32, Int32) Void .ctor(Int32, Int32, Int32, System.Globalization.Calendar) Void .ctor(Int32, Int32, Int32, Int32, Int32, Int32) Void .ctor(Int32, Int32, Int32, Int32, Int32, Int32, System.DateTimeKind) Void .ctor(Int32, Int32, Int32, Int32, Int32, Int32, System.Globalization.Calendar) Void .ctor(Int32, Int32, Int32, Int32, Int32, Int32, Int32) Void .ctor(Int32, Int32, Int32, Int32, Int32, Int32, Int32, System.DateTimeKind) Void .ctor(Int32, Int32, Int32, Int32, Int32, Int32, Int32, System.Globalization.Calendar) Void .ctor(Int32, Int32, Int32, Int32, Int32, Int32, Int32, System.Globalization.Calendar, System.DateTimeKind) Void .ctor(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext) Void .cctor()", "DeclaredEvents": "", "DeclaredFields": "UInt64 dateData Boolean s_isLeapSecondsSupportedSystem Int32[] DaysToMonth365 Int32[] DaysToMonth366 System.DateTime MinValue System.DateTime MaxValue Int64 TicksPerMillisecond Int64 TicksPerSecond Int64 TicksPerMinute Int64 TicksPerHour Int64 TicksPerDay Int32 MillisPerSecond Int32 MillisPerMinute Int32 MillisPerHour Int32 MillisPerDay Int32 DaysPerYear Int32 DaysPer4Years Int32 DaysPer100Years Int32 DaysPer400Years Int32 DaysTo1601 Int32 DaysTo1899 Int32 DaysTo1970 Int32 DaysTo10000 Int64 MinTicks Int64 MaxTicks Int64 MaxMillis Int64 FileTimeOffset Int64 DoubleDateOffset Int64 OADateMinAsTicks Double OADateMinAsDouble Double OADateMaxAsDouble Int32 DatePartYear Int32 DatePartDayOfYear Int32 DatePartMonth Int32 DatePartDay UInt64 TicksMask UInt64 FlagsMask UInt64 LocalMask Int64 TicksCeiling UInt64 KindUnspecified UInt64 KindUtc UInt64 KindLocal UInt64 KindLocalAmbiguousDst Int32 KindShift System.String TicksField System.String DateDataField", "DeclaredMembers": "Int64 get_InternalTicks() UInt64 get_InternalKind() System.DateTime get_Date() Int32 get_Day() System.DayOfWeek get_DayOfWeek() Int32 get_DayOfYear() Int32 get_Hour() System.DateTimeKind get_Kind() Int32 get_Millisecond() Int32 get_Minute() Int32 get_Month() System.DateTime get_Now() System.DateTime get_UtcNow() Int32 get_Second() Int64 get_Ticks() System.TimeSpan get_TimeOfDay() System.DateTime get_Today() Int32 get_Year() System.DateTime Add(System.TimeSpan) System.DateTime Add(Double, Int32) System.DateTime AddDays(Double) System.DateTime AddHours(Double) System.DateTime AddMilliseconds(Double) System.DateTime AddMinutes(Double) System.DateTime AddMonths(Int32) System.DateTime AddSeconds(Double) System.DateTime AddTicks(Int64) System.DateTime AddYears(Int32) Int32 Compare(System.DateTime, System.DateTime) Int32 CompareTo(System.Object) Int32 CompareTo(System.DateTime) Int64 DateToTicks(Int32, Int32, Int32) Int64 TimeToTicks(Int32, Int32, Int32) Int32 DaysInMonth(Int32, Int32) Int64 DoubleDateToTicks(Double) Boolean Equals(System.Object) Boolean Equals(System.DateTime) Boolean Equals(System.DateTime, System.DateTime) System.DateTime FromBinary(Int64) System.DateTime FromBinaryRaw(Int64) System.DateTime FromFileTime(Int64) System.DateTime FromFileTimeUtc(Int64) System.DateTime FromOADate(Double) Boolean IsDaylightSavingTime() System.DateTime SpecifyKind(System.DateTime, System.DateTimeKind) Int64 ToBinary() Int64 ToBinaryRaw() Int32 GetDatePart(Int32) Void GetDatePart(Int32 ByRef, Int32 ByRef, Int32 ByRef) Int32 GetHashCode() Boolean IsAmbiguousDaylightSavingTime() Boolean SystemSupportLeapSeconds() System.DateTime InternalFromFileTime(Int64) Int64 InternalToFileTime(Int64) System.DateTime CreateDateTimeFromSystemTime(FullSystemTime ByRef) Boolean IsValidTimeWithLeapSeconds(Int32, Int32, Int32, Int32, Int32, Int32, System.DateTimeKind) Boolean IsLeapYear(Int32) System.DateTime Parse(System.String) System.DateTime Parse(System.String, System.IFormatProvider) System.DateTime ParseExact(System.String, System.String, System.IFormatProvider) System.TimeSpan Subtract(System.DateTime) System.DateTime Subtract(System.TimeSpan) Double TicksToOADate(Int64) Double ToOADate() Int64 ToFileTime() Int64 ToFileTimeUtc() System.DateTime ToLocalTime() System.DateTime ToLocalTime(Boolean) System.String ToString() System.String ToString(System.String) System.String ToString(System.IFormatProvider) System.String ToString(System.String, System.IFormatProvider) System.DateTime ToUniversalTime() Boolean TryParse(System.String, System.DateTime ByRef) System.DateTime op_Addition(System.DateTime, System.TimeSpan) System.DateTime op_Subtraction(System.DateTime, System.TimeSpan) System.TimeSpan op_Subtraction(System.DateTime, System.DateTime) Boolean op_Equality(System.DateTime, System.DateTime) Boolean op_Inequality(System.DateTime, System.DateTime) Boolean op_LessThan(System.DateTime, System.DateTime) Boolean op_LessThanOrEqual(System.DateTime, System.DateTime) Boolean op_GreaterThan(System.DateTime, System.DateTime) Boolean op_GreaterThanOrEqual(System.DateTime, System.DateTime) System.String[] GetDateTimeFormats() System.String[] GetDateTimeFormats(System.IFormatProvider) System.String[] GetDateTimeFormats(Char) System.String[] GetDateTimeFormats(Char, System.IFormatProvider) System.TypeCode GetTypeCode() Boolean System.IConvertible.ToBoolean(System.IFormatProvider) Char System.IConvertible.ToChar(System.IFormatProvider) SByte System.IConvertible.ToSByte(System.IFormatProvider) Byte System.IConvertible.ToByte(System.IFormatProvider) Int16 System.IConvertible.ToInt16(System.IFormatProvider) UInt16 System.IConvertible.ToUInt16(System.IFormatProvider) Int32 System.IConvertible.ToInt32(System.IFormatProvider) UInt32 System.IConvertible.ToUInt32(System.IFormatProvider) Int64 System.IConvertible.ToInt64(System.IFormatProvider) UInt64 System.IConvertible.ToUInt64(System.IFormatProvider) Single System.IConvertible.ToSingle(System.IFormatProvider) Double System.IConvertible.ToDouble(System.IFormatProvider) System.Decimal System.IConvertible.ToDecimal(System.IFormatProvider) System.DateTime System.IConvertible.ToDateTime(System.IFormatProvider) System.Object System.IConvertible.ToType(System.Type, System.IFormatProvider) Boolean TryCreate(Int32, Int32, Int32, Int32, Int32, Int32, Int32, System.DateTime ByRef) Boolean LegacyParseMode() Boolean EnableAmPmParseAdjustment() Void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext) Boolean ValidateSystemTime(FullSystemTime ByRef, Boolean) Void GetSystemTimeWithLeapSecondsHandling(FullSystemTime ByRef) Boolean IsLeapSecondsSupportedSystem() Boolean SystemFileTimeToSystemTime(Int64, FullSystemTime ByRef) Boolean SystemTimeToSystemFileTime(FullSystemTime ByRef, Int64 ByRef) System.DateTime Parse(System.String, System.IFormatProvider, System.Globalization.DateTimeStyles) System.DateTime ParseExact(System.String, System.String, System.IFormatProvider, System.Globalization.DateTimeStyles) System.DateTime ParseExact(System.String, System.String[], System.IFormatProvider, System.Globalization.DateTimeStyles) System.String ToLongDateString() System.String ToLongTimeString() System.String ToShortTimeString() Boolean TryParseExact(System.String, System.String, System.IFormatProvider, System.Globalization.DateTimeStyles, System.DateTime ByRef) Boolean TryParseExact(System.String, System.String[], System.IFormatProvider, System.Globalization.DateTimeStyles, System.DateTime ByRef) Int64 GetSystemTimeAsFileTime() System.String ToShortDateString() Boolean TryParse(System.String, System.IFormatProvider, System.Globalization.DateTimeStyles, System.DateTime ByRef) Void .ctor(Int64) Void .ctor(UInt64) Void .ctor(Int64, System.DateTimeKind) Void .ctor(Int64, System.DateTimeKind, Boolean) Void .ctor(Int32, Int32, Int32) Void .ctor(Int32, Int32, Int32, System.Globalization.Calendar) Void .ctor(Int32, Int32, Int32, Int32, Int32, Int32) Void .ctor(Int32, Int32, Int32, Int32, Int32, Int32, System.DateTimeKind) Void .ctor(Int32, Int32, Int32, Int32, Int32, Int32, System.Globalization.Calendar) Void .ctor(Int32, Int32, Int32, Int32, Int32, Int32, Int32) Void .ctor(Int32, Int32, Int32, Int32, Int32, Int32, Int32, System.DateTimeKind) Void .ctor(Int32, Int32, Int32, Int32, Int32, Int32, Int32, System.Globalization.Calendar) Void .ctor(Int32, Int32, Int32, Int32, Int32, Int32, Int32, System.Globalization.Calendar, System.DateTimeKind) Void .cctor() Void .ctor(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext) Int64 InternalTicks UInt64 InternalKind System.DateTime Date Int32 Day System.DayOfWeek DayOfWeek Int32 DayOfYear Int32 Hour System.DateTimeKind Kind Int32 Millisecond Int32 Minute Int32 Month System.DateTime Now System.DateTime UtcNow Int32 Second Int64 Ticks System.TimeSpan TimeOfDay System.DateTime Today Int32 Year UInt64 dateData Boolean s_isLeapSecondsSupportedSystem Int32[] DaysToMonth365 Int32[] DaysToMonth366 System.DateTime MinValue System.DateTime MaxValue Int64 TicksPerMillisecond Int64 TicksPerSecond Int64 TicksPerMinute Int64 TicksPerHour Int64 TicksPerDay Int32 MillisPerSecond Int32 MillisPerMinute Int32 MillisPerHour Int32 MillisPerDay Int32 DaysPerYear Int32 DaysPer4Years Int32 DaysPer100Years Int32 DaysPer400Years Int32 DaysTo1601 Int32 DaysTo1899 Int32 DaysTo1970 Int32 DaysTo10000 Int64 MinTicks Int64 MaxTicks Int64 MaxMillis Int64 FileTimeOffset Int64 DoubleDateOffset Int64 OADateMinAsTicks Double OADateMinAsDouble Double OADateMaxAsDouble Int32 DatePartYear Int32 DatePartDayOfYear Int32 DatePartMonth Int32 DatePartDay UInt64 TicksMask UInt64 FlagsMask UInt64 LocalMask Int64 TicksCeiling UInt64 KindUnspecified UInt64 KindUtc UInt64 KindLocal UInt64 KindLocalAmbiguousDst Int32 KindShift System.String TicksField System.String DateDataField System.DateTime+FullSystemTime", "DeclaredMethods": "Int64 get_InternalTicks() UInt64 get_InternalKind() System.DateTime get_Date() Int32 get_Day() System.DayOfWeek get_DayOfWeek() Int32 get_DayOfYear() Int32 get_Hour() System.DateTimeKind get_Kind() Int32 get_Millisecond() Int32 get_Minute() Int32 get_Month() System.DateTime get_Now() System.DateTime get_UtcNow() Int32 get_Second() Int64 get_Ticks() System.TimeSpan get_TimeOfDay() System.DateTime get_Today() Int32 get_Year() System.DateTime Add(System.TimeSpan) System.DateTime Add(Double, Int32) System.DateTime AddDays(Double) System.DateTime AddHours(Double) System.DateTime AddMilliseconds(Double) System.DateTime AddMinutes(Double) System.DateTime AddMonths(Int32) System.DateTime AddSeconds(Double) System.DateTime AddTicks(Int64) System.DateTime AddYears(Int32) Int32 Compare(System.DateTime, System.DateTime) Int32 CompareTo(System.Object) Int32 CompareTo(System.DateTime) Int64 DateToTicks(Int32, Int32, Int32) Int64 TimeToTicks(Int32, Int32, Int32) Int32 DaysInMonth(Int32, Int32) Int64 DoubleDateToTicks(Double) Boolean Equals(System.Object) Boolean Equals(System.DateTime) Boolean Equals(System.DateTime, System.DateTime) System.DateTime FromBinary(Int64) System.DateTime FromBinaryRaw(Int64) System.DateTime FromFileTime(Int64) System.DateTime FromFileTimeUtc(Int64) System.DateTime FromOADate(Double) Boolean IsDaylightSavingTime() System.DateTime SpecifyKind(System.DateTime, System.DateTimeKind) Int64 ToBinary() Int64 ToBinaryRaw() Int32 GetDatePart(Int32) Void GetDatePart(Int32 ByRef, Int32 ByRef, Int32 ByRef) Int32 GetHashCode() Boolean IsAmbiguousDaylightSavingTime() Boolean SystemSupportLeapSeconds() System.DateTime InternalFromFileTime(Int64) Int64 InternalToFileTime(Int64) System.DateTime CreateDateTimeFromSystemTime(FullSystemTime ByRef) Boolean IsValidTimeWithLeapSeconds(Int32, Int32, Int32, Int32, Int32, Int32, System.DateTimeKind) Boolean IsLeapYear(Int32) System.DateTime Parse(System.String) System.DateTime Parse(System.String, System.IFormatProvider) System.DateTime ParseExact(System.String, System.String, System.IFormatProvider) System.TimeSpan Subtract(System.DateTime) System.DateTime Subtract(System.TimeSpan) Double TicksToOADate(Int64) Double ToOADate() Int64 ToFileTime() Int64 ToFileTimeUtc() System.DateTime ToLocalTime() System.DateTime ToLocalTime(Boolean) System.String ToString() System.String ToString(System.String) System.String ToString(System.IFormatProvider) System.String ToString(System.String, System.IFormatProvider) System.DateTime ToUniversalTime() Boolean TryParse(System.String, System.DateTime ByRef) System.DateTime op_Addition(System.DateTime, System.TimeSpan) System.DateTime op_Subtraction(System.DateTime, System.TimeSpan) System.TimeSpan op_Subtraction(System.DateTime, System.DateTime) Boolean op_Equality(System.DateTime, System.DateTime) Boolean op_Inequality(System.DateTime, System.DateTime) Boolean op_LessThan(System.DateTime, System.DateTime) Boolean op_LessThanOrEqual(System.DateTime, System.DateTime) Boolean op_GreaterThan(System.DateTime, System.DateTime) Boolean op_GreaterThanOrEqual(System.DateTime, System.DateTime) System.String[] GetDateTimeFormats() System.String[] GetDateTimeFormats(System.IFormatProvider) System.String[] GetDateTimeFormats(Char) System.String[] GetDateTimeFormats(Char, System.IFormatProvider) System.TypeCode GetTypeCode() Boolean System.IConvertible.ToBoolean(System.IFormatProvider) Char System.IConvertible.ToChar(System.IFormatProvider) SByte System.IConvertible.ToSByte(System.IFormatProvider) Byte System.IConvertible.ToByte(System.IFormatProvider) Int16 System.IConvertible.ToInt16(System.IFormatProvider) UInt16 System.IConvertible.ToUInt16(System.IFormatProvider) Int32 System.IConvertible.ToInt32(System.IFormatProvider) UInt32 System.IConvertible.ToUInt32(System.IFormatProvider) Int64 System.IConvertible.ToInt64(System.IFormatProvider) UInt64 System.IConvertible.ToUInt64(System.IFormatProvider) Single System.IConvertible.ToSingle(System.IFormatProvider) Double System.IConvertible.ToDouble(System.IFormatProvider) System.Decimal System.IConvertible.ToDecimal(System.IFormatProvider) System.DateTime System.IConvertible.ToDateTime(System.IFormatProvider) System.Object System.IConvertible.ToType(System.Type, System.IFormatProvider) Boolean TryCreate(Int32, Int32, Int32, Int32, Int32, Int32, Int32, System.DateTime ByRef) Boolean LegacyParseMode() Boolean EnableAmPmParseAdjustment() Void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext) Boolean ValidateSystemTime(FullSystemTime ByRef, Boolean) Void GetSystemTimeWithLeapSecondsHandling(FullSystemTime ByRef) Boolean IsLeapSecondsSupportedSystem() Boolean SystemFileTimeToSystemTime(Int64, FullSystemTime ByRef) Boolean SystemTimeToSystemFileTime(FullSystemTime ByRef, Int64 ByRef) System.DateTime Parse(System.String, System.IFormatProvider, System.Globalization.DateTimeStyles) System.DateTime ParseExact(System.String, System.String, System.IFormatProvider, System.Globalization.DateTimeStyles) System.DateTime ParseExact(System.String, System.String[], System.IFormatProvider, System.Globalization.DateTimeStyles) System.String ToLongDateString() System.String ToLongTimeString() System.String ToShortTimeString() Boolean TryParseExact(System.String, System.String, System.IFormatProvider, System.Globalization.DateTimeStyles, System.DateTime ByRef) Boolean TryParseExact(System.String, System.String[], System.IFormatProvider, System.Globalization.DateTimeStyles, System.DateTime ByRef) Int64 GetSystemTimeAsFileTime() System.String ToShortDateString() Boolean TryParse(System.String, System.IFormatProvider, System.Globalization.DateTimeStyles, System.DateTime ByRef)", "DeclaredNestedTypes": "System.DateTime+FullSystemTime", "DeclaredProperties": "Int64 InternalTicks UInt64 InternalKind System.DateTime Date Int32 Day System.DayOfWeek DayOfWeek Int32 DayOfYear Int32 Hour System.DateTimeKind Kind Int32 Millisecond Int32 Minute Int32 Month System.DateTime Now System.DateTime UtcNow Int32 Second Int64 Ticks System.TimeSpan TimeOfDay System.DateTime Today Int32 Year", "ImplementedInterfaces": "System.IComparable System.IFormattable System.IConvertible System.Runtime.Serialization.ISerializable System.IComparable`1[System.DateTime] System.IEquatable`1[System.DateTime]", "TypeInitializer": "Void .cctor()", "IsNested": false, "Attributes": "AutoLayout, AnsiClass, Class, Public, Sealed, Serializable, BeforeFieldInit", "IsVisible": true, "IsNotPublic": false, "IsPublic": true, "IsNestedPublic": false, "IsNestedPrivate": false, "IsNestedFamily": false, "IsNestedAssembly": false, "IsNestedFamANDAssem": false, "IsNestedFamORAssem": false, "IsAutoLayout": true, "IsLayoutSequential": false, "IsExplicitLayout": false, "IsClass": false, "IsInterface": false, "IsValueType": true, "IsAbstract": false, "IsSealed": true, "IsSpecialName": false, "IsImport": false, "IsSerializable": true, "IsAnsiClass": true, "IsUnicodeClass": false, "IsAutoClass": false, "IsArray": false, "IsByRef": false, "IsPointer": false, "IsPrimitive": false, "IsCOMObject": false, "HasElementType": false, "IsContextful": false, "IsMarshalByRef": false, "GenericTypeArguments": "", "CustomAttributes": "[System.SerializableAttribute()] [__DynamicallyInvokableAttribute()]" },
Editor is loading...