diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/local_time.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/local_time.h b/src/local_time.h index 7c4e2f8a..f0fa4b63 100644 --- a/src/local_time.h +++ b/src/local_time.h @@ -122,6 +122,10 @@ public: return _second; } + int millisecond() const { + return _millisecond; + } + void set_day(int d) { _day = d; } |
