string_with_pattern |
ファイル名を表す文字列。以下をパターンとして含んでいて良い。
A string that represents a file name,
which may consist of the following patterns.
- %YYYY
年(西暦、4桁)
Year (A.D., 4-digits)
- %YY
年(西暦、下2桁)
Year (A.D., lowest 2-digits)
- %MM
月(2桁)
Month (2-digits)
- %DD
日(2桁)
Day (2-digits)
- %hh
時(2桁)
Hour (2-digits)
- %mm
分(2桁)
Minute (2-digits)
- %ss
秒(2桁)
Second (2-digits)
- %STATION
観測点コード
Station code
- %COMPONENT
成分コード
Component code
|