Example #1
0
 /* Returns the milliseconds of the given datetime value.
  */
 public static SchemaTypeNumber millisecondFromDatetime(SchemaDateTime value) {
   return new SchemaInt(value.getMillisecond());
 }