We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d7162f commit cf242bbCopy full SHA for cf242bb
NTPClient.h
@@ -85,7 +85,11 @@ class NTPClient {
85
int getHours() const;
86
int getMinutes() const;
87
int getSeconds() const;
88
-
+ int getYear() const;
89
+ int getMonth() const;
90
+ int getDate() const;
91
+
92
+ void getTM_t(tm &ti) const;
93
/**
94
* Changes the time offset. Useful for changing timezones dynamically
95
*/
@@ -102,6 +106,8 @@ class NTPClient {
102
106
103
107
String getFormattedTime() const;
104
108
109
+ String getFullFormattedTime() const;
110
105
111
112
* @return time in seconds since Jan. 1, 1970
113
0 commit comments