汎用ルーチン、環境依存部分などをカプセル化したクラス
See Also: Inherited members from object.
static
|
FILE_SEPARATER | string . システムのファイル セパレータ |
static
|
TAB_STRING | string . スクリプト出力のタブ文字列 |
static
|
YMD_SEPARATER | string . Separater between year, month and day for nonlocal DateTime type "u" |
static
|
GetDateTimeWithYMD
(DateTime, string)DateTimeに年月日を設定する |
|
static
|
GetFilename
(string)フルパスからファイル名を抽出する |
|
static
|
GetFilePath
(string)フルパスからパス名を抽出する |
|
static
|
GetYMDFromFilename
(string, YearMode, string)ファイルネームから年月日を取得 |
|
static
|
RoundKilo
(double)kilo単位で有効数字で丸める |
|
static
|
RoundMega
(double)mega単位で有効数字で丸める |
システムのファイル セパレータSyntax
public static string FILE_SEPARATERRemarks
Platform dependentRequirements
Namespace: Michi
Assembly: Michi (in Michi.dll)
Assembly Versions: 0.0.0.0
DateTimeに年月日を設定するSyntax
Parameters
- dateTime
- Date time.
- yearMonthDay
- YYYY-MM-DD
Returns
更新されたDateTimeRemarks
Documentation for this section has not yet been entered.Requirements
Namespace: Michi
Assembly: Michi (in Michi.dll)
Assembly Versions: 0.0.0.0
フルパスからファイル名を抽出するSyntax
Parameters
- fullPath
- Documentation for this section has not yet been entered.
Returns
Documentation for this section has not yet been entered.Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: Michi
Assembly: Michi (in Michi.dll)
Assembly Versions: 0.0.0.0
フルパスからパス名を抽出するSyntax
Parameters
- fullPath
- Documentation for this section has not yet been entered.
Returns
Documentation for this section has not yet been entered.Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: Michi
Assembly: Michi (in Michi.dll)
Assembly Versions: 0.0.0.0
ファイルネームから年月日を取得Syntax
Parameters
- filename
- Documentation for this section has not yet been entered.
- yearMode
- Documentation for this section has not yet been entered.
- defaultYear
- Documentation for this section has not yet been entered.
Returns
YYYY-MM-DD 形式の文字列 (UTC)Remarks
次の機種のログデータに対応 SONY PCG-CS3 WGYYYYMMDDhhmmss.log (UTC) TRANSYSTEM TripMate850 MMDDhhmm.nma (localtime)Requirements
Namespace: Michi
Assembly: Michi (in Michi.dll)
Assembly Versions: 0.0.0.0
kilo単位で有効数字で丸めるSyntax
Parameters
- value
- Documentation for this section has not yet been entered.
Returns
Documentation for this section has not yet been entered.Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: Michi
Assembly: Michi (in Michi.dll)
Assembly Versions: 0.0.0.0
mega単位で有効数字で丸めるSyntax
Parameters
- value
- Documentation for this section has not yet been entered.
Returns
Documentation for this section has not yet been entered.Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: Michi
Assembly: Michi (in Michi.dll)
Assembly Versions: 0.0.0.0
スクリプト出力のタブ文字列Syntax
public static string TAB_STRINGRemarks
Documentation for this section has not yet been entered.Requirements
Namespace: Michi
Assembly: Michi (in Michi.dll)
Assembly Versions: 0.0.0.0
Separater between year, month and day for nonlocal DateTime type "u"Syntax
public static string YMD_SEPARATERRemarks
Documentation for this section has not yet been entered.Requirements
Namespace: Michi
Assembly: Michi (in Michi.dll)
Assembly Versions: 0.0.0.0