string_with_pattern | ファイル名を表す文字列。以下をパターンとして含んでいて良い。 A string that represents a file name, which may consist of the following patterns.
|
dateTime_st | 引数string_with_pattern内の年・月・日・時・分・秒を表すパターン文字列に
代入する日時範囲の先頭。 The beginning date and time to be inserted into pattern strings for the year, month, day, hour, minute, and second in argument string_with_pattern. |
dateTime_en | 引数string_with_pattern内の年・月・日・時・分・秒を表すパターン文字列に
代入する日時範囲の末尾。 The end date and time to be inserted into pattern strings for the year, month, day, hour, minute, and second in argument string_with_pattern. |
dateTime_inc | 引数string_with_pattern内の年・月・日・時・分・秒を表すパターン文字列に
代入する日時の増分(s)。 The increment (s) of date and time to be inserted into pattern strings for the year, month, day, hour, minute, and second in argument string_with_pattern. |
variableName_string | パターン文字列(第1引数)を表す変数名。
エラーメッセージの一部として用いられる。 The name of the variable for the pattern string (1st argument), used in an error message. |
variableName_increment | 日時の増分(第4引数)を表す変数名。
エラーメッセージの一部として用いられる。 The name of the variable for the increment of date and time (4th argument), used in an error message. |