홈 / 뉴스 / MindFusion.Scheduling for Java Swing V2.2
MindFusion.Scheduling for Java Swing V2.2
2개의 새로운 어두운 테마를 추가하고, DataTime 클래스를 향상시킵니다.
2월 9, 2022
신규 버전
기능
DateTime changes
The DateTime class now uses java.time.LocalDateTime for storage and calculations.
New constructor and toJavaDateTime method provide access to the stored LocalDateTime for easier interoperability with Java APIs and components.
LocalDateTime storage now allows for a much larger date range.
The Duration class now uses a java.time.Duration for storage and calculations.
New constructor and toJavaDuration method provide access to the stored java.time.Duration for easier interoperability with Java APIs and components.
Dark themes - Added two new dark themes which are accessible via the Dark and Black elements of the ThemeType enumeration, and static getDark and getBlack methods of the Theme class.
Miscellaneous
saveToString and loadFromString methods now support ContentType.Json.