datetime
enum UxnWeekDay : u8
The week day values for the DateTime/dotw port
- Sunday = 0
- Monday = 1
- Tuesday = 2
- Wednesday = 3
- Thursday = 4
- Friday = 5
- Saturday = 6
struct DateTime
Contains all the date time values in the DateTime device
Members
u16 year- current yearu8 month- current monthu8 day- day of the monthu8 hour- current houru8 minute- current minuteu8 second- current secondUxnWeekDay dotw- day of the weeku16 doty- day of the yearu8 isdst- 1 if the current timezone is in daylight savings, 0 if not
uxn_get_date_time
Parameters: ptr UxnDateTime res
Writes the date/time info to res using the DateTime device