File tree 1 file changed +14
-31
lines changed
1 file changed +14
-31
lines changed Original file line number Diff line number Diff line change 304
304
"static" : [
305
305
" add" ,
306
306
" compare" ,
307
- " epochMicroseconds" ,
308
307
" epochMilliseconds" ,
309
308
" epochNanoseconds" ,
310
- " epochSeconds" ,
311
309
" equals" ,
312
310
" from" ,
313
- " fromEpochMicroseconds" ,
314
311
" fromEpochMilliseconds" ,
315
312
" fromEpochNanoseconds" ,
316
- " fromEpochSeconds" ,
317
313
" round" ,
318
314
" since" ,
319
315
" subtract" ,
320
316
" toJSON" ,
321
317
" toLocaleString" ,
322
318
" toString" ,
323
- " toZonedDateTime" ,
324
319
" toZonedDateTimeISO" ,
325
320
" until" ,
326
321
" valueOf"
331
326
"members" : {
332
327
"static" : [
333
328
" instant" ,
334
- " plainDate" ,
335
329
" plainDateISO" ,
336
- " plainDateTime" ,
337
330
" plainDateTimeISO" ,
338
- " timeZone" ,
339
- " zonedDateTime" ,
331
+ " timeZoneId" ,
340
332
" zonedDateTimeISO"
341
333
]
342
334
}
346
338
"members" : {
347
339
"static" : [
348
340
" add" ,
349
- " calendar " ,
341
+ " calendarId " ,
350
342
" compare" ,
351
343
" day" ,
352
344
" dayOfWeek" ,
377
369
" weekOfYear" ,
378
370
" with" ,
379
371
" withCalendar" ,
380
- " year"
372
+ " year" ,
373
+ " yearOfWeek"
381
374
]
382
375
}
383
376
},
386
379
"members" : {
387
380
"static" : [
388
381
" add" ,
389
- " calendar " ,
382
+ " calendarId " ,
390
383
" compare" ,
391
384
" day" ,
392
385
" dayOfWeek" ,
415
408
" toJSON" ,
416
409
" toLocaleString" ,
417
410
" toPlainDate" ,
418
- " toPlainMonthDay" ,
419
411
" toPlainTime" ,
420
- " toPlainYearMonth" ,
421
412
" toString" ,
422
413
" toZonedDateTime" ,
423
414
" until" ,
424
415
" valueOf" ,
425
416
" weekOfYear" ,
426
417
" with" ,
427
418
" withCalendar" ,
428
- " withPlainDate" ,
429
419
" withPlainTime" ,
430
- " year"
420
+ " year" ,
421
+ " yearOfWeek"
431
422
]
432
423
}
433
424
},
434
425
"Temporal.PlainMonthDay" : {
435
426
"ctor" : {},
436
427
"members" : {
437
428
"static" : [
438
- " calendar " ,
429
+ " calendarId " ,
439
430
" day" ,
440
431
" equals" ,
441
432
" from" ,
455
446
"members" : {
456
447
"static" : [
457
448
" add" ,
458
- " calendar" ,
459
449
" compare" ,
460
450
" equals" ,
461
451
" from" ,
471
461
" subtract" ,
472
462
" toJSON" ,
473
463
" toLocaleString" ,
474
- " toPlainDateTime" ,
475
464
" toString" ,
476
- " toZonedDateTime" ,
477
465
" until" ,
478
466
" valueOf" ,
479
467
" with"
485
473
"members" : {
486
474
"static" : [
487
475
" add" ,
488
- " calendar " ,
476
+ " calendarId " ,
489
477
" compare" ,
490
478
" daysInMonth" ,
491
479
" daysInYear" ,
517
505
"static" : [
518
506
" from" ,
519
507
" getInstantFor" ,
520
- " getNextTransition" ,
521
508
" getOffsetNanosecondsFor" ,
522
509
" getOffsetStringFor" ,
523
510
" getPlainDateTimeFor" ,
524
511
" getPossibleInstantsFor" ,
525
- " getPreviousTransition" ,
526
512
" id" ,
527
513
" toJSON" ,
528
514
" toString"
534
520
"members" : {
535
521
"static" : [
536
522
" add" ,
537
- " calendar " ,
523
+ " calendarId " ,
538
524
" compare" ,
539
525
" day" ,
540
526
" dayOfWeek" ,
541
527
" dayOfYear" ,
542
528
" daysInMonth" ,
543
529
" daysInWeek" ,
544
530
" daysInYear" ,
545
- " epochMicroseconds" ,
546
531
" epochMilliseconds" ,
547
532
" epochNanoseconds" ,
548
- " epochSeconds" ,
549
533
" equals" ,
550
534
" era" ,
551
535
" eraYear" ,
552
536
" from" ,
553
537
" getISOFields" ,
538
+ " getTimeZoneTransition" ,
554
539
" hour" ,
555
540
" hoursInDay" ,
556
541
" inLeapYear" ,
568
553
" since" ,
569
554
" startOfDay" ,
570
555
" subtract" ,
571
- " timeZone " ,
556
+ " timeZoneId " ,
572
557
" toInstant" ,
573
558
" toJSON" ,
574
559
" toLocaleString" ,
575
560
" toPlainDate" ,
576
561
" toPlainDateTime" ,
577
- " toPlainMonthDay" ,
578
562
" toPlainTime" ,
579
- " toPlainYearMonth" ,
580
563
" toString" ,
581
564
" until" ,
582
565
" valueOf" ,
583
566
" weekOfYear" ,
584
567
" with" ,
585
568
" withCalendar" ,
586
- " withPlainDate" ,
587
569
" withPlainTime" ,
588
570
" withTimeZone" ,
589
- " year"
571
+ " year" ,
572
+ " yearOfWeek"
590
573
]
591
574
}
592
575
}
You can’t perform that action at this time.
0 commit comments