Ejemplo n.º 1
0
 /* Returns the time-part of the given datetime value.
  */
 public static SchemaTime timeFromDatetime(SchemaDateTime value) {
   return value.timeValue();
 }