Search
Module:
Directory

   Desktop Functions:

   Smart Device Functions:


Show Recent Changes
Subscribe (RSS)
Misc. Pages
Comments
FAQ
Helpful Tools
Playground
Suggested Reading
Website TODO List
Download Visual Studio Add-In

Search Results for "GetDateFormat" in [All]

kernel32

.
Summary
.

static extern int GetDateFormat(uint locale, uint dwFlags, ref SystemTime date, string format, StringBuilder sb, int sbSize);

.

    static extern int GetDateFormat(int locale, uint dwFlags, ref SystemTime sysTime,

.

        int res = GetDateFormat(locale, 0, ref st, format, sb, sb.Capacity);

.

        res = GetDateFormat(locale, 0, ref st, format, sb, 0);

.

            res = GetDateFormat(locale, 0, ref st, format, sb, sb.Capacity);

.
Documentation
[GetDateFormat] on MSDN
.

(see sample code for GetDateFormat())


 
Access PInvoke.net directly from VS: