Struct Date
Inherited Members
Namespace: UnityEngine.Pixyz.Core
Syntax
[Serializable]
public struct Date
Constructors
Date(Date)
Declaration
public Date(Date o)
Parameters
| Type | Name | Description |
|---|---|---|
| Date | o |
Fields
day
Declaration
public int day
Field Value
| Type | Description |
|---|---|
| int |
month
Declaration
public int month
Field Value
| Type | Description |
|---|---|
| int |
year
Declaration
public int year
Field Value
| Type | Description |
|---|---|
| int |