関数get_current_date_time マニュアル
(The documentation of function get_current_date_time)
Last Update: 2023/6/12
◆機能・用途(Purpose)
現在の日付・時刻を取得する。
Get the current date and time.
◆形式(Format)
#include <mytime.h>
inline struct humanTime get_current_date_time(void)
◆戻り値(Return value)
現在の日付・時刻。
The current date and time.
◆使用例(Example)
struct humanTime now=get_current_date_time();