Arsip: Fungsi Aritmatika Untuk waktu

more 18 years ago
die_yarn
mo nanya neh.. :D
aku punya data di stringgrid berupa waktu seperti dibawah ini :
Stringgrid1.Cells[1,1]:=formatdatetime('hh:nn:ss.zzz',now);
sehingga tampilan di cells[1,1]:='10:11:49:627'
yang menjadi masalah, bisakah data yang ada di tampilan cell[1,1] aku tambahin 2 sekon atau 500 ms
sehingga menjadi
10:11:49:627 + 1 sekon =10:11:50:627
10:11:49:629 + 500 MS =10:11:50:129
gimana caranya yah ???? fungsi stringtotime jg gak ada <maksa banget> ......... :(
Plz.. ada yang tau ????

more 18 years ago
DelphiExpert
uses DateUtils;
function IncSecond(const AValue: TDateTime; const ANumberOfSeconds: Int64 = 1): TDateTime;
function IncMilliSecond(const AValue: TDateTime; const ANumberOfMilliSeconds: Int64 = 1): TDateTime;
uses SysUtils;
function StrToDateTime(const S: string): TDateTime; overload;
function StrToDateTime(const S: string; const FormatSettings: TFormatSettings): TDateTime; overload;

more 18 years ago
ImanD
u/ sysUtilsnya ni lebih spesifiknya krn yg di pake cuman time, he he he he he
nambahin yg @DE
uses SysUtils;
function StrToTime(const S: string): TDateTime; overload;
function StrToTime(const S: string; const FormatSettings: TFormatSettings): TDateTime; overload;
function StrToTimeDef(const S: string; const Default: TDateTime): TDateTime; overload;
function StrToTimeDef(const S: string; const Default: TDateTime; const FormatSettings: TFormatSettings): TDateTime; overload;
function TryStrToTime(const S: string; out Value: TDateTime): Boolean; overload;
function TryStrToTime(const S: string; out Value: TDateTime; const FormatSettings: TFormatSettings): Boolean; overload;

more 18 years ago
die_yarn
hore sukses....
makasih banyak buat delphiexpert ternyata kesalahan ada pada saya, kurang membaca helpnya delphi...
udah keburu pusing dari tadi malem gak nemuin caranya, jalan singkatnya yaaa bertanya ke forum Delphi-Id..
heheheh............ < Dasar gw emang pemalas >
emang delphi-Id orangnya baek2... rela menolong sesama yang membutuhkan.. tanpa pamrih lagi... cihuy.... Lanjut !!!!

more 18 years ago
die_yarn
@ ImamD
makasih buat tambahannya fungsinya......
jadi tambah pinter neh... manajemen waktunya......
sek..sek... manajemen waktu yang mana ????? xixixixxi....... <OOT>

more 18 years ago
DelphiExpert
emang delphi-Id orangnya baek2... rela menolong sesama yang membutuhkan.. tanpa pamrih lagi... cihuy.... Lanjut !!!!emang ngga' pamrih siiiih... cuman :twisted: kalo ada duit lebih kirim ke sini ya ... BCA KCP xxx A/N: DelphiExpert ACC. NO. 240178.001 :mrgreen: hihihi ntar kalo udah banyak yg numpuk disitu, mau daku lemparin ke deLogic xixix... duit segepoook... tungguuu...

more 18 years ago
ImanD
@DE
jadi aku ga di bagi niiiii,
lho kok jadi jawab di thread ini sih, hehehehheee
more ...
- Pages:
- 1
reply |
Report Obsolete
AI Forward

🚀 We're thrilled to partner with Alibaba Cloud for "AI Forward - Alibaba Cloud Global Developer Summit 2025" in Jakarta! Join us and explore the future of AI. Register now:
https://int.alibabacloud.com/m/1000400772/
#AlibabaCloud #DeveloperSummit #Jakarta #AIFORWARD
Last Articles
Last Topic
- PascalTalk #6: (Podcast) Kuliah IT di luar negeri, susah gak sih?
by LuriDarmawan in Tutorial & Community Project more 4 years ago - PascalTalk #5: UX: Research, Design and Engineer
by LuriDarmawan in Tutorial & Community Project more 4 years ago - PascalTalk #4: Obrolan Ringan Seputar IT
by LuriDarmawan in Tutorial & Community Project more 4 years ago - PascalTalk #2: Membuat Sendiri SMART HOME
by LuriDarmawan in Tutorial & Community Project more 4 years ago - PascalTalk #3: RADically Fast and Easy Mobile Apps Development with Delphi
by LuriDarmawan in Tutorial & Community Project more 4 years ago - PascalTalk #1: Pemanfaatan Artificial Intelligence di Masa Covid-19
by LuriDarmawan in Tutorial & Community Project more 4 years ago - Tempat Latihan Posting
by LuriDarmawan in OOT more 5 years ago - Archive
- Looping lagi...
by idhiel in Hal umum tentang Pascal Indonesia more 12 years ago - [ask] koneksi ke ODBC user Dsn saat runtime dengan ado
by halimanh in FireBird more 12 years ago - Validasi menggunakan data tanggal
by mas_kofa in Hal umum tentang Pascal Indonesia more 12 years ago
Random Topic
- mienta tolong ..
by nzoom in Tutorial & Community Project more 18 years ago - Rubah CURSOR di MaskEdit ... HELP ...
by dell-phi in Form Enhancement & Graphical Controls more 13 years ago - Delphi 2005 .Net
by TurtleWarrior in Delphi.NET more 20 years ago - Delphi 7 sudah Cross - Platform Belum?
by sandy in Enginering more 18 years ago - Install Program Delphi Di Linux ?
by umarbakri in Hal umum tentang Pascal Indonesia more 18 years ago - crystal report 1/2 halaman
by jalu in Hal umum tentang Pascal Indonesia more 18 years ago - jumlah komponen maksimal dalam sebuah project
by d4mnf1y32 in Hal umum tentang Pascal Indonesia more 13 years ago - kill process
by ichall in Tip n Trik Pemrograman more 18 years ago - Awas Penipuan
by DelphiExpert in OOT more 18 years ago - Apa Da yang tau tentang Encrpy database di delphi
by canoey in Tip n Trik Pemrograman more 19 years ago