コード例 #1
0
ファイル: WFDateTime.cs プロジェクト: westfax/SDK-Fax
 public string ToShortFileSystemString()
 {
     return(WfDateTime.ToShortFileSystemString(this));
 }
コード例 #2
0
ファイル: WFDateTime.cs プロジェクト: westfax/SDK-Fax
 public static string ToShortFileSystemString(WfDateTime wfdtm)
 {
     return(WfDateTime.ToShortFileSystemString(wfdtm._dtm));
 }