Esempio n. 1
0
 public static extern time_t timelocal([NativeTypeName("struct tm *")] tm *__tp);
Esempio n. 2
0
 private static extern unsafe void localtime_s(tm *res, Int64 *text);
Esempio n. 3
0
 public static extern sbyte *asctime([NativeTypeName("const struct tm *")] tm *__tp);
Esempio n. 4
0
 public static extern sbyte *asctime_r([NativeTypeName("const struct tm *")] tm *__tp, [NativeTypeName("char *")] sbyte *__buf);
Esempio n. 5
0
 public static extern tm *localtime_r([NativeTypeName("const time_t *")] time_t *__timer, [NativeTypeName("struct tm *")] tm *__tp);
Esempio n. 6
0
 public static extern sbyte *strptime_l([NativeTypeName("const char *")] sbyte *__s, [NativeTypeName("const char *")] sbyte *__fmt, [NativeTypeName("struct tm *")] tm *__tp, locale_t __loc);
Esempio n. 7
0
 public static extern nuint strftime_l([NativeTypeName("char *")] sbyte *__s, [NativeTypeName("size_t")] nuint __maxsize, [NativeTypeName("const char *")] sbyte *__format, [NativeTypeName("const struct tm *")] tm *__tp, locale_t __loc);
Esempio n. 8
0
 public static extern sbyte *strptime([NativeTypeName("const char *")] sbyte *__s, [NativeTypeName("const char *")] sbyte *__fmt, [NativeTypeName("struct tm *")] tm *__tp);
Esempio n. 9
0
 public static extern int getdate_r([NativeTypeName("const char *")] sbyte *__string, [NativeTypeName("struct tm *")] tm *__resbufp);