SudokuFX
Loading...
Searching...
No Matches
fr.softsf.sudokufx.utils.MyDateTime Class Reference

Utility class for working with date and time. More...

+ Collaboration diagram for fr.softsf.sudokufx.utils.MyDateTime:

Public Member Functions

String getFormattedCurrentTime ()
 Gets the current time formatted as "HH:mm:ss".
 

Static Private Attributes

static final DateTimeFormatter TIME_FORMATTER = DateTimeFormatter.ofPattern("HH:mm:ss")
 

Detailed Description

Utility class for working with date and time.

Member Function Documentation

◆ getFormattedCurrentTime()

String fr.softsf.sudokufx.utils.MyDateTime.getFormattedCurrentTime ( )

Gets the current time formatted as "HH:mm:ss".

Returns
A string representing the current time in "HH:mm:ss" format.

Member Data Documentation

◆ TIME_FORMATTER

final DateTimeFormatter fr.softsf.sudokufx.utils.MyDateTime.TIME_FORMATTER = DateTimeFormatter.ofPattern("HH:mm:ss")
staticprivate

The documentation for this class was generated from the following file: