|
Time and Date
You can retrieve strings for any given time or date in a format that is
appropriate for the current locale by using the GetTimeFormat and GetDateFormat functions.
For GetTimeFormat, the time values in the SYSTEMTIME structure pointed to by lpTime must be valid. The function checks each of the time values to determine that
it is within the appropriate range of values. If any of the time values are
outside the correct range, the function fails, and sets the last-error to
ERROR_INVALID_PARAMETER.
The function ignores the date portions of the SYSTEMTIME structure pointed to by lpTime: wYear, wMonth, wDayOfWeek, and wDay.
If a time marker exists and the TIME_NOTIMEMARKER flag is not set, the
function localizes the time marker based on the specified locale identifier. Examples
of time markers are "AM" and "PM" for US English, "de." and "du." for Mexican
Spanish.
If TIME_NOMINUTESORSECONDS or TIME_NOSECONDS is specified, the function
removes the separator(s) preceding the minutes and/or seconds element(s).
If TIME_NOTIMEMARKER is specified, the function removes the separator(s)
preceding and following the time marker.
If TIME_FORCE24HOURFORMAT is specified, the function displays any existing
time marker, unless the TIME_NOTIMEMARKER flag is also set.
The function does not include milliseconds as part of the formatted time
string.
To use the LOCALE_NOUSEROVERRIDE flag, lpFormat must be NULL.
No errors are returned for a bad format string. The function simply forms the
best time string that it can. If more than two hour, minute, second, or time
marker format pictures are passed in, then the function defaults to two. For
example, the only time marker pictures that are valid are L"t" and L"tt" (the 'L'
indicates a Unicode (16-bit characters) string). If L"ttt" is passed in, the
function assumes L"tt".
For GetDateFormat, the date values in the SYSTEMTIME structure pointed to by lpDate must be valid. The function checks each of the date values: year, month, day,
and day of week. If the day of the week is incorrect, the function uses the
correct value, and returns no error. If any of the other date values are outside
the correct range, the function fails, and sets the last-error to
ERROR_INVALID_PARAMETER.
The day name, abbreviated day name, month name, and abbreviated month name are
all localized based on the given locale identifier. The function ignores the
time portions of the SYSTEMTIME structure pointed to by lpDate: wHour, wMinute, wSecond, and wMilliseconds.
The flag DATE_USE_ALT_CALENDAR will always use the format defined as the
default format for that alternate calendar, rather than using any user overrides.
The user overrides will only be used in the event that there is no default
format for the alternate calendar specified.
The DATE_SHORTDATE and DATE_LONGDATE flag options are mutually exclusive. If
neither one is specified and lpFormat is NULL, then DATE_SHORTDATE is the default.
If the lpFormat parameter is not NULL, the dwFlags parameter must be zero. None of the flags make sense when the format string
is specified.
No errors are returned for a bad format string. The function simply forms the
best date string that it can. For example, the only year pictures that are
valid are L"yyyy" and L"yy" (the 'L' indicates a Unicode (16-bit characters)
string). If L"y" is passed in, the function assumes L"yy". If L"yyy" is passed in,
the function assumes L"yyyy". If more than 4 date (L"dddd") or 4 month (L"MMMM")
pictures are passed in, then the function defaults to L"dddd" or L"MMMM".
Any text that should remain in its exact form in the date string should be
enclosed within single quotes in the date format picture. The single quote may
also be used as an escape character to allow the single quote itself to be
displayed in the date string. However, the escape sequence must be enclosed within two
single quotes. For example, to display the date as "May '93", the format
string would be: L"MMMM ''''yy " The first and last single quotes are the
enclosing quotes. The second and third single quotes are the escape sequence to allow
the single quote to be displayed before the century.
| Last news from Greatis Software |
 |
|
Nostalgia .Net |
|
.Net is powerful, but not all-powerful, so sometimes we need to use Win32 API for our .Net applications. It's simple enough with Platform Invoke if you have Win32 skill, but we do not always have time to dig the ancient documentation, declare the special types that are compatible with Win32, find the values of the Win32's constants and so on. Nostalgia .Net offers several simple-to-use classes, and components that will allow you to forget about the headache of Win32 and just use the power of Win32 in your application the same way as you use the native. Net classes. More » |
| Recommended software for developers |
 |
|
Ultimate Pack |
|
Component pack for Delphi and C++ Builder that contains runtime form designer, runtime object inspector, print suite and much more for the very special price. More » |
 |
|
Form Designer .Net |
|
Unique runtime form design solution that allows to edit any form in .Net WinForms application at runtime with full source codes for only 300 euro! More » |
 |
|
Print Suite .Net |
|
Print Suite .Net is a set of components for easy printing texts, images and grids from your WinForms applications. Full C# source codes are available More » |
 |
|
Gradient Controls .Net |
|
Gradient Controls .Net offers controls with gradient background feature. Labels, panels and so on... Full C# source codes are available More » |
 |
|
Greatis iGrid |
|
iGrid plots drawing grid right over your desktop, so you can use it everywhere, with any drawing application without any special plugins for different graphic editors. More » |
All the contacts and projectsDmitry Vasiliev (just.dmitry)
Related LinksSoftware for Visual Studio .NET developers Software for Delphi and C++ Builder developers Software for Visual Basic 6 developers Delphi Tips&Tricks MegaDetailed.NET More Online Helps Win32 Programmer's Reference Win32 Multimedia Programmer's Reference OLE Programmer's Reference Microsoft Windows Pen API Programmer's Reference Microsoft Windows Sockets 2 Reference Microsoft Windows Telephony API (TAPI) Programmer's Reference Unix Manual Pages
|