메소드 | 설명 | |
---|---|---|
DecimalHoursToTimeSpan ( double hours ) : System.TimeSpan | ||
ExpandPath ( string path, System.DateTime fileDate ) : string | ||
ExportFilteredDataTableToCsv ( |
||
FormatDateFullTimeStamp ( System.DateTime inputDate ) : string | ||
FormatTimeSpan ( System.TimeSpan timeSpan ) : string | ||
SaveDataSetSafe ( |
public static DecimalHoursToTimeSpan ( double hours ) : System.TimeSpan | ||
hours | double | |
리턴 | System.TimeSpan |
public static ExpandPath ( string path, System.DateTime fileDate ) : string | ||
path | string | |
fileDate | System.DateTime | |
리턴 | string |
public static ExportFilteredDataTableToCsv ( |
||
targetDataTable | ||
targetFilePath | string | |
filterString | string | |
리턴 | void |
public static FormatDateFullTimeStamp ( System.DateTime inputDate ) : string | ||
inputDate | System.DateTime | |
리턴 | string |
public static FormatTimeSpan ( System.TimeSpan timeSpan ) : string | ||
timeSpan | System.TimeSpan | |
리턴 | string |
public static SaveDataSetSafe ( |
||
targetDataSet | ||
targetFilePath | string | |
리턴 | void |