コード例 #1
0
ファイル: Clock.cs プロジェクト: ranganathsb/JavaSharp
 public override Instant Instant()
 {
     return(Instant.OfEpochMilli(Millis()));
 }