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 year
  • u8 month - current month
  • u8 day - day of the month
  • u8 hour - current hour
  • u8 minute - current minute
  • u8 second - current second
  • UxnWeekDay dotw - day of the week
  • u16 doty - day of the year
  • u8 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