Date
Struct
Read time 1 minuteLast updated 21 hours ago
Inherited Members
- Equals(object)
- GetHashCode()
- ToString()
- Equals(object, object)
- GetType()
- ReferenceEquals(object, object)
Namespace: UnityEngine.Pixyz.Core
[Serializable]public struct Date
Constructors
Date(Date)
Parameterspublic Date(Date o)
Type | Name | Description |
|---|---|---|
| Date | o |
Fields
year
Returnspublic int year
Type | Description |
|---|---|
| int |
month
Returnspublic int month
Type | Description |
|---|---|
| int |
day
Returnspublic int day
Type | Description |
|---|---|
| int |