Esempio n. 1
0
 internal static extern IntPtr elm_calendar_mark_add(IntPtr obj, string type, ref Libc.SystemTime date, Elm_Calendar_Mark_Repeat_Type repeatType);
Esempio n. 2
0
 internal static extern bool elm_calendar_displayed_time_get(IntPtr obj, out Libc.SystemTime displayedtime);
Esempio n. 3
0
 internal static extern bool elm_datetime_value_min_get(IntPtr obj, ref Libc.SystemTime mintime);
Esempio n. 4
0
 internal static extern void elm_calendar_selected_time_get(IntPtr obj, ref Libc.SystemTime selectedtime);
Esempio n. 5
0
 internal static extern bool elm_datetime_value_set(IntPtr obj, ref Libc.SystemTime newtime);