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