Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 765 Bytes

tzname-max.md

File metadata and controls

23 lines (18 loc) · 765 Bytes
description title ms.date f1_keywords helpviewer_keywords ms.assetid
Learn more about: TZNAME_MAX
TZNAME_MAX
10/22/2018
TZNAME_MAX
TZNAME_MAX constant
e2286cb8-751d-4557-9650-5c4b98a8f7be

TZNAME_MAX

Obsolete. The maximum permissible string length for a time zone name variable. This macro was defined in <limits.h> in Visual Studio 2012 and earlier versions. It isn't defined in Visual Studio 2013 and later versions. To get the length required to hold the current time zone name, use _get_tzname.

Syntax

#include <limits.h>

See also

Environmental constants
Global constants
_get_tzname