예제 #1
0
파일: POut.cs 프로젝트: nampn/ODental
 ///<summary>Timespans that are guaranteed to always be a valid time of day.  No negatives or hours over 24.  Stored in Oracle as datetime.  Encapsulated by default.</summary>
 public static string Time(TimeSpan myTimeSpan)
 {
     return(POut.Time(myTimeSpan, true));
 }