コード例 #1
0
ファイル: Lang.java プロジェクト: eMedves/FirstTest
 /* Returns the time-part of the given datetime value.
  */
 public static SchemaTime timeFromDatetime(SchemaDateTime value) {
   return value.timeValue();
 }