예제 #1
0
 public static extern time_t timelocal([NativeTypeName("struct tm *")] tm *__tp);
예제 #2
0
파일: DateTime.cs 프로젝트: pietervp/CS2X
 private static extern unsafe void localtime_s(tm *res, Int64 *text);
예제 #3
0
 public static extern sbyte *asctime([NativeTypeName("const struct tm *")] tm *__tp);
예제 #4
0
 public static extern sbyte *asctime_r([NativeTypeName("const struct tm *")] tm *__tp, [NativeTypeName("char *")] sbyte *__buf);
예제 #5
0
 public static extern tm *localtime_r([NativeTypeName("const time_t *")] time_t *__timer, [NativeTypeName("struct tm *")] tm *__tp);
예제 #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);
예제 #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);
예제 #8
0
 public static extern sbyte *strptime([NativeTypeName("const char *")] sbyte *__s, [NativeTypeName("const char *")] sbyte *__fmt, [NativeTypeName("struct tm *")] tm *__tp);
예제 #9
0
 public static extern int getdate_r([NativeTypeName("const char *")] sbyte *__string, [NativeTypeName("struct tm *")] tm *__resbufp);