AGB  ·  Datenschutz  ·  Impressum  







Anmelden
Nützliche Links
Registrieren
Thema durchsuchen
Ansicht
Themen-Optionen

WMI Datetime 00000000000.00000+000

Ein Thema von Jackie1983 · begonnen am 11. Aug 2009 · letzter Beitrag vom 12. Aug 2009
 
Klaus01

Registriert seit: 30. Nov 2005
Ort: München
5.778 Beiträge
 
Delphi 10.4 Sydney
 
#6

Re: WMI Datetime 00000000000.00000+000

  Alt 12. Aug 2009, 14:18
Wenn das nun ein "richtiges" Beispiel ist:
Zitat von Jackie1983:
20090811173139.232000+120
Ist es dann nicht
Jahr: 2009
Monat: 08
Tag: 11
Stunde: 17
Minute: 31
Sekunden: 39

Hinter dem Punkt vielleicht Millisekunden
+ Zeitzone.

Wenn Du es in TDateTime umkodieren willst
bastel Dir einen String daraus und übergib
diesen der StrToDateTime Routine.

Zitat:
Unit
SysUtils

Syntax


[Delphi] function StrToDateTime(const S: string): TDateTime; overload;



[Delphi] function StrToDateTime(const S: string; var FormatSettings: TFormatSettings): TDateTime; overload;


Description
Call StrToDateTime to parse a string that specifies a date and time value. If S does not contain a valid date, StrToDateTime raises an EConvertError exception.
The S parameter must use the current locale's date/time format. In the US, this is commonly MM/DD/YY HH:MM:SS format. Specifying AM or PM as part of the time is optional, as are the seconds. Use 24-hour time (7:45 PM is entered as 19:45, for example) if AM or PM is not specified.
Year values between 0 and 99 are converted using the TwoDigitYearCenturyWindow. This value is stored either in a global variable (first form) or as a field in the FormatSettings parameter (second form) See "Currency and Date -Time Formatting Variables" for more information.
The first form of StrToDateTime is not thread-safe, because it uses localization information contained in global variables. The second form of StrToDateTime, which is thread-safe, refers to localization information contained in the FormatSettings parameter. Before calling the thread-safe form of StrToDateTime, you must populate FormatSettings with localization information. To populate FormatSettings with a set of default locale values, call GetLocaleFormatSettings .
Grüße
Klaus
Klaus
  Mit Zitat antworten Zitat
 


Forumregeln

Es ist dir nicht erlaubt, neue Themen zu verfassen.
Es ist dir nicht erlaubt, auf Beiträge zu antworten.
Es ist dir nicht erlaubt, Anhänge hochzuladen.
Es ist dir nicht erlaubt, deine Beiträge zu bearbeiten.

BB-Code ist an.
Smileys sind an.
[IMG] Code ist an.
HTML-Code ist aus.
Trackbacks are an
Pingbacks are an
Refbacks are aus

Gehe zu:

Impressum · AGB · Datenschutz · Nach oben
Alle Zeitangaben in WEZ +1. Es ist jetzt 06:02 Uhr.
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024 by Thomas Breitkreuz