一键导入
localtime
Kotlin class: java.time.LocalTime.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Kotlin class: java.time.LocalTime.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Kotlin class: org.example.vicky.agent.ChatCompletionRunner.
Kotlin class: org.example.vicky.agent.CompletionResult.
Kotlin object singleton: org.example.vicky.agent.InlineToolCallParser. Auto-injected into script scope.
Kotlin object singleton: org.example.vicky.agent.OpenAiToolSchemaBuilder. Auto-injected into script scope.
Kotlin class: org.example.vicky.io.OutboundMessage$TokenUsage.
Kotlin object singleton: kotlin.reflect.jvm.internal.impl.renderer.DescriptorRenderer$ValueParametersHandler$DEFAULT. Auto-injected into script scope.
| name | LocalTime |
| description | Kotlin class: java.time.LocalTime. |
Kotlin class. Create instances with new LocalTime(...) or LocalTime(...).
Full class: java.time.LocalTime
MIN: LocalTime (static)MAX: LocalTime (static)MIDNIGHT: LocalTime (static)NOON: LocalTime (static)HOURS: LocalTime[] (static)HOURS_PER_DAY: int (static)MINUTES_PER_HOUR: int (static)MINUTES_PER_DAY: int (static)SECONDS_PER_MINUTE: int (static)SECONDS_PER_HOUR: int (static)SECONDS_PER_DAY: int (static)MILLIS_PER_SECOND: long (static)MILLIS_PER_DAY: long (static)MICROS_PER_SECOND: long (static)MICROS_PER_DAY: long (static)NANOS_PER_MILLI: long (static)NANOS_PER_SECOND: long (static)NANOS_PER_MINUTE: long (static)NANOS_PER_HOUR: long (static)NANOS_PER_DAY: long (static)serialVersionUID: long (static)hour: byteminute: bytesecond: bytenano: intget(arg0: TemporalField): intequals(arg0: Object): booleantoString(): StringhashCode(): intcompareTo(arg0: LocalTime): intgetLong(arg0: TemporalField): longformat(arg0: DateTimeFormatter): Stringof(arg0: int, arg1: int, arg2: int): LocalTimeof(arg0: int, arg1: int, arg2: int, arg3: int): LocalTimeof(arg0: int, arg1: int): LocalTimefrom(arg0: TemporalAccessor): LocalTimeisSupported(arg0: TemporalUnit): booleanisSupported(arg0: TemporalField): booleanparse(arg0: CharSequence): LocalTimeparse(arg0: CharSequence, arg1: DateTimeFormatter): LocalTimewith(arg0: TemporalAdjuster): LocalTimewith(arg0: TemporalField, arg1: long): LocalTimequery(arg0: TemporalQuery): Objectrange(arg0: TemporalField): ValueRangenow(): LocalTimenow(arg0: Clock): LocalTimenow(arg0: ZoneId): LocalTimegetNano(): intgetHour(): intgetMinute(): intgetSecond(): intminus(arg0: TemporalAmount): LocalTimeminus(arg0: long, arg1: TemporalUnit): LocalTimeplus(arg0: TemporalAmount): LocalTimeplus(arg0: long, arg1: TemporalUnit): LocalTimeuntil(arg0: Temporal, arg1: TemporalUnit): longplusNanos(arg0: long): LocalTimeplusSeconds(arg0: long): LocalTimeplusHours(arg0: long): LocalTimeplusMinutes(arg0: long): LocalTimeminusHours(arg0: long): LocalTimeminusMinutes(arg0: long): LocalTimeminusSeconds(arg0: long): LocalTimeminusNanos(arg0: long): LocalTimetruncatedTo(arg0: TemporalUnit): LocalTimeadjustInto(arg0: Temporal): TemporalofInstant(arg0: Instant, arg1: ZoneId): LocalTimeatOffset(arg0: ZoneOffset): OffsetTimeisAfter(arg0: LocalTime): booleanisBefore(arg0: LocalTime): booleantoSecondOfDay(): inttoEpochSecond(arg0: LocalDate, arg1: ZoneOffset): longofNanoOfDay(arg0: long): LocalTimewithHour(arg0: int): LocalTimewithMinute(arg0: int): LocalTimewithSecond(arg0: int): LocalTimewithNano(arg0: int): LocalTimetoNanoOfDay(): longofSecondOfDay(arg0: long): LocalTimeatDate(arg0: LocalDate): LocalDateTime