コード例 #1
0
ファイル: Lang.java プロジェクト: eMedves/FirstTest
 /* Returns the hours of the given datetime value.
  */
 public static SchemaTypeNumber hourFromDatetime(SchemaDateTime value) {
   return new SchemaInt(value.getHour());
 }