1
1
---
2
- description : " Learn more about: ctime_s, _ctime32_s, _ctime64_s, _wctime_s, _wctime32_s, _wctime64_s"
3
2
title : " ctime_s, _ctime32_s, _ctime64_s, _wctime_s, _wctime32_s, _wctime64_s"
4
- ms.date : " 4/2/2020"
3
+ description : " Learn more about: ctime_s, _ctime32_s, _ctime64_s, _wctime_s, _wctime32_s, _wctime64_s"
4
+ ms.date : 4/2/2020
5
5
api_name : ["_ctime64_s", "_wctime32_s", "ctime_s", "_wctime64_s", "_ctime32_s", "_wctime_s", "_o__ctime32_s", "_o__ctime64_s", "_o__wctime32_s", "_o__wctime64_s"]
6
6
api_location : ["msvcrt.dll", "msvcr80.dll", "msvcr90.dll", "msvcr100.dll", "msvcr100_clr0400.dll", "msvcr110.dll", "msvcr110_clr0400.dll", "msvcr120.dll", "msvcr120_clr0400.dll", "ucrtbase.dll", "api-ms-win-crt-time-l1-1-0.dll"]
7
7
api_type : ["DLLExport"]
8
8
topic_type : ["apiref"]
9
9
f1_keywords : ["ctime64_s", "_ctime32_s", "_tctime32_s", "_ctime64_s", "_wctime_s", "_tctime_s", "_tctime64_s", "ctime_s", "ctime32_s"]
10
10
helpviewer_keywords : ["_wctime32_s function", "ctime64_s function", "_tctime64_s function", "_wctime_s function", "tctime_s function", "_wctime64_s function", "ctime_s function", "ctime32_s function", "_ctime64_s function", "tctime64_s function", "wctime64_s function", "wctime_s function", "_tctime_s function", "tctime32_s function", "wctime32_s function", "time, converting", "_ctime32_s function", "_tctime32_s function"]
11
- ms.assetid : 36ac419a-8000-4389-9fd8-d78b747a009b
12
11
---
13
12
# ` ctime_s ` , ` _ctime32_s ` , ` _ctime64_s ` , ` _wctime_s ` , ` _wctime32_s ` , ` _wctime64_s `
14
13
@@ -30,8 +29,8 @@ errno_t _ctime32_s(
30
29
errno_t _ctime64_s (
31
30
char* buffer,
32
31
size_t numberOfElements,
33
- const __ time64_t * sourceTime )
34
- ;
32
+ const __ time64_t * sourceTime
33
+ ) ;
35
34
errno_t _wctime_s (
36
35
wchar_t* buffer,
37
36
size_t numberOfElements,
0 commit comments