Changeset 659 for trunk/ab5.0/ablib/src/Classes/System/DateTime.ab
- Timestamp:
- Nov 9, 2008, 3:32:30 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ab5.0/ablib/src/Classes/System/DateTime.ab
r559 r659 560 560 GetDateFormat(LOCALE_USER_DEFAULT, 0, time, NULL, dateTimeFormats, dateFormatSize) 561 561 dateTimeFormats[dateFormatSize - 1] = &H20 As TCHAR 'Asc(" ") As TCHAR 562 GetTimeFormat(LOCALE_USER_DEFAULT, 0, time, NULL, dateTimeFormats + dateFormatSize, timeFormatSize)562 GetTimeFormat(LOCALE_USER_DEFAULT, 0, time, NULL, VarPtr(dateTimeFormats[dateFormatSize]), timeFormatSize) 563 563 Return New String(dateTimeFormats, strLength) 564 564 End Function
Note:
See TracChangeset
for help on using the changeset viewer.