![]() |
FirstModulAR 0.1.0
|
Custom serializable date struct, easy to set in the unity inspector. More...
Public Types | |
| enum | Month : byte { January , February , March , April , May , June , July , August , September , October , November , December } |
Public Member Functions | |
| override string | ToString () |
| Converts the date to a string. | |
| string | ToDayMonthYearString () |
| Converts the date to a string in the format dd/MM/yyyy. | |
Static Public Member Functions | |
| static implicit | operator DateTime (Date date) |
| Converts the date to a DateTime object. | |
Public Attributes | |
| Month | month |
| int | day |
| int | year |
Static Public Attributes | |
| static CultureInfo | formatProvider = new("en-GB") |
Custom serializable date struct, easy to set in the unity inspector.
| enum FMAR.Internal.CommonDataTypes.Date.Month : byte |
|
inlinestatic |
Converts the date to a DateTime object.
| date | The date to convert. |
|
inline |
Converts the date to a string in the format dd/MM/yyyy.
|
inline |
Converts the date to a string.
| int FMAR.Internal.CommonDataTypes.Date.day |
|
static |
| Month FMAR.Internal.CommonDataTypes.Date.month |
| int FMAR.Internal.CommonDataTypes.Date.year |