| Class | Description |
|---|---|
| DateFormatter |
Thread-safe.
|
| DateLocaling |
Convert the timezone of LocalDateTime and ZonedDateTime,
based on the System timezone to Viewer timezone by default.
|
| DateNumber |
Bi-directional conversion of dates to numbers supports the following formats
* date8 - yyyyMMdd
* datetime14 - yyyyMMddHHmmss
* datetime17 - yyyyMMddHHmmssSSS
* time6 - HHmmss
* time9 - HHmmssSSS
All of the above date formats are supported for half-angle conversion when parsing.
|
| DateParser |
Parses fixed-format strings containing date numbers, supporting the following formats
Can handle padding at the end, dates are padded with 01 and times are padded with 00.
|
| DateParser.QuietPos | |
| Sleep |
Thead.sleep
|
| SlideDate |
Accounting date tool wrapped with OffsetClock
|
| StopWatch |
Tracking the method invoke cost, thread-safe, but in multi-thread, the invoke relation is crossed over.
|
| StopWatch.Watch | |
| ThreadNow |
Provides thread-level customization of the clock.
|
| Enum | Description |
|---|---|
| DateParser.Ptn |
Copyright © 2024. All rights reserved.