Table of Contents

wxDateTime

include file: wxCalendar


Creation parameters: None

Dates will be sequences with values:

  • func get_days_in_month( atom dt )   
  • func read_datetime( atom dt )   
  • proc set_datetime( atom dt, sequence date_time )     
     
    Parent Topics:
  • Classes
  • wxCalendarCtrl


    Table of Contents

    [func]
    get_days_in_month
    ( atom dt )

    Category: wxDateTime

    Returns the number of days in the specified month and year.

    See Also: read_datetime, set_datetime



    Table of Contents

    [func]
    read_datetime
    ( atom dt )

    Category: wxDateTime

    Returns a sequence describing the date and time. See wxDateTime for details on the format of the data returned.

    See Also: get_days_in_month, set_datetime



    Table of Contents

    [proc]
    set_datetime
    ( atom dt, sequence date_time )

    Category: wxDateTime

    See wxDateTime for the format of date_time.

    See Also: get_days_in_month, read_datetime