C# 클래스 NanoTimeTracker.Utils

파일 보기 프로젝트 열기: TaoK/NanoTimeTracker

공개 메소드들

메소드 설명
DecimalHoursToTimeSpan ( double hours ) : System.TimeSpan
ExpandPath ( string path, System.DateTime fileDate ) : string
ExportFilteredDataTableToCsv ( DataTable targetDataTable, string targetFilePath, string filterString ) : void
FormatDateFullTimeStamp ( System.DateTime inputDate ) : string
FormatTimeSpan ( System.TimeSpan timeSpan ) : string
SaveDataSetSafe ( DataSet targetDataSet, string targetFilePath ) : void

메소드 상세

DecimalHoursToTimeSpan() 공개 정적인 메소드

public static DecimalHoursToTimeSpan ( double hours ) : System.TimeSpan
hours double
리턴 System.TimeSpan

ExpandPath() 공개 정적인 메소드

public static ExpandPath ( string path, System.DateTime fileDate ) : string
path string
fileDate System.DateTime
리턴 string

ExportFilteredDataTableToCsv() 공개 정적인 메소드

public static ExportFilteredDataTableToCsv ( DataTable targetDataTable, string targetFilePath, string filterString ) : void
targetDataTable System.Data.DataTable
targetFilePath string
filterString string
리턴 void

FormatDateFullTimeStamp() 공개 정적인 메소드

public static FormatDateFullTimeStamp ( System.DateTime inputDate ) : string
inputDate System.DateTime
리턴 string

FormatTimeSpan() 공개 정적인 메소드

public static FormatTimeSpan ( System.TimeSpan timeSpan ) : string
timeSpan System.TimeSpan
리턴 string

SaveDataSetSafe() 공개 정적인 메소드

public static SaveDataSetSafe ( DataSet targetDataSet, string targetFilePath ) : void
targetDataSet System.Data.DataSet
targetFilePath string
리턴 void