Class TimeDetails
Inherited Members
Namespace: JoshAaronMiller.INaturalist
Assembly: cs.temp.dll.dll
Syntax
[Serializable]
public class TimeDetails : JsonObject<TimeDetails>
Fields
date
Declaration
public string date
Field Value
Type | Description |
---|---|
String |
day
Declaration
public int day
Field Value
Type | Description |
---|---|
Int32 |
hour
Declaration
public int hour
Field Value
Type | Description |
---|---|
Int32 |
month
Declaration
public int month
Field Value
Type | Description |
---|---|
Int32 |
week
Declaration
public int week
Field Value
Type | Description |
---|---|
Int32 |
year
Declaration
public int year
Field Value
Type | Description |
---|---|
Int32 |