コード例 #1
0
 static DateTime EcmaToDateTime(Timestamp timestamp)
 {
     return(DateHandlers.EcmaToDateTime(timestamp.typeAndZone, timestamp.year, timestamp.month, timestamp.day,
                                        timestamp.hour, timestamp.minute, timestamp.second,
                                        timestamp.centiseconds, timestamp.hundredsMicroseconds,
                                        timestamp.microseconds));
 }