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