Class NullableUnixTimeAttribute
Inheritance
PropertyAttribute
NullableUnixTimeAttribute
Inherited Members
PropertyAttribute.order
PropertyAttribute.applyToCollection
Assembly: Glitch9.dll
Syntax
[AttributeUsage(AttributeTargets.Field, Inherited = true, AllowMultiple = false)]
public class NullableUnixTimeAttribute : PropertyAttribute
Constructors
|
Edit this page
View Source
NullableUnixTimeAttribute(bool, bool, bool, bool, bool, bool, bool, int)
Declaration
public NullableUnixTimeAttribute(bool year = true, bool month = true, bool day = true, bool hour = false, bool minute = false, bool second = false, bool dropdown = true, int startYear = 1970)
Parameters
Fields
|
Edit this page
View Source
Day
Declaration
Field Value
|
Edit this page
View Source
Dropdown
Declaration
public readonly bool Dropdown
Field Value
|
Edit this page
View Source
Hour
Declaration
public readonly bool Hour
Field Value
|
Edit this page
View Source
Minute
Declaration
public readonly bool Minute
Field Value
|
Edit this page
View Source
Month
Declaration
public readonly bool Month
Field Value
|
Edit this page
View Source
Second
Declaration
public readonly bool Second
Field Value
|
Edit this page
View Source
StartYear
Declaration
public readonly int StartYear
Field Value
|
Edit this page
View Source
Year
Declaration
public readonly bool Year
Field Value
Extension Methods