Ejemplo n.º 1
0
 /* Returns the seconds of the given datetime value.
  */
 public static SchemaTypeNumber secondFromDatetime(SchemaDateTime value) {
   return new SchemaInt(value.getSecond());
 }