semilimes mcu sdk 1.1.5
semilimes Software Development Kit for microcontrollers
Loading...
Searching...
No Matches
DcAppointment Class Reference

Public Member Functions

 ~DcAppointment ()
 
void set (const char *title, const char *description, int start, int end, bool allDay, float latitude, float longitude)
 
char * get ()
 

Constructor & Destructor Documentation

◆ ~DcAppointment()

DcAppointment::~DcAppointment ( )
inline
Returns
void

Member Function Documentation

◆ get()

char * DcAppointment::get ( )
Returns
char*

◆ set()

void DcAppointment::set ( const char * title,
const char * description,
int start,
int end,
bool allDay,
float latitude,
float longitude )
Parameters
title- is for assigning the main title to the appointment. This parameter is required
description- is for assigning an optional description to the event
start- is an epoch datetime for defining when the appointment will start
end- is an epoch datetime for defining when the appointment will end
allDay- is a boolean to determine if the appointment should cover all day, ignoring specific times of the selected start and end timestamps
latitude- define the latitude of a specific location where to attend the appointment
longitude- define the longitude of a specific location where to attend the appointment
Returns
void

The documentation for this class was generated from the following files: