コード例 #1
0
 public EcmaDate(DateTime dt)
     : this(EcmaTimestamp.FromNativeDateTime(dt).Value)
 {
 }