11---
2- description : " Learn more about: ctime_s, _ctime32_s, _ctime64_s, _wctime_s, _wctime32_s, _wctime64_s"
32title : " 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
55api_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"]
66api_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"]
77api_type : ["DLLExport"]
88topic_type : ["apiref"]
99f1_keywords : ["ctime64_s", "_ctime32_s", "_tctime32_s", "_ctime64_s", "_wctime_s", "_tctime_s", "_tctime64_s", "ctime_s", "ctime32_s"]
1010helpviewer_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
1211---
1312# ` ctime_s ` , ` _ctime32_s ` , ` _ctime64_s ` , ` _wctime_s ` , ` _wctime32_s ` , ` _wctime64_s `
1413
@@ -30,8 +29,8 @@ errno_t _ctime32_s(
3029errno_t _ctime64_s (
3130 char* buffer,
3231 size_t numberOfElements,
33- const __ time64_t * sourceTime )
34- ;
32+ const __ time64_t * sourceTime
33+ ) ;
3534errno_t _wctime_s (
3635 wchar_t* buffer,
3736 size_t numberOfElements,
0 commit comments