コード例 #1
0
 public EcmaValue ToDateString()
 {
     return(timestamp.ToDateString(DateTimeFormatInfo.InvariantInfo));
 }