2023-12-15から1日間の記事一覧

時間帯ごとに時間を分割するプログラム

Function getFunAsa(start_time As Date, end_time As Date) As Integer Dim A As Integer Dim B As Integer Dim start_time_1 As Date Dim end_time_1 As Date Dim start_time_2 As Date Dim end_time_2 As Date start_time_1 = #1/1/2023 4:00:00 AM# end_…

VBA:ファイル名にスペースを含むファイルをコピーする

ログをマメに入れよう! Public Sub copyFileFso(srcFile, destFile) Dim fso Set fso = CreateObject("Scripting.FileSystemObject") Call fso.CopyFile(srcFile, destFile) Set fso = Nothing End Sub

時刻(時間)をドラムロールで入力したいけれど出来ない、flutter

Widget timeField4(isEditable, TextEditingController jt, String lbl, fn, {DateTime? initialValue} //add 2023-12-14 初期値指定 ) => Container( padding: const EdgeInsets.all(0), child: DateTimeField( enabled: isEditable, controller: jt, keybo…

/* -----codeの行番号----- */