mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-16 18:56:52 +02:00
committed latest 1.3 snapshot
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
//
|
||||
// LocalDateTime.h
|
||||
//
|
||||
// $Id: //poco/Main/Foundation/include/Poco/LocalDateTime.h#2 $
|
||||
// $Id: //poco/Main/Foundation/include/Poco/LocalDateTime.h#3 $
|
||||
//
|
||||
// Library: Foundation
|
||||
// Package: DateTime
|
||||
@@ -100,7 +100,13 @@ public:
|
||||
|
||||
LocalDateTime(int tzd, const DateTime& dateTime);
|
||||
/// Creates a LocalDateTime from the UTC time given in dateTime,
|
||||
/// using the given time zone differential.
|
||||
/// using the given time zone differential. Adjusts dateTime
|
||||
/// for the given time zone differential.
|
||||
|
||||
LocalDateTime(int tzd, const DateTime& dateTime, bool adjust);
|
||||
/// Creates a LocalDateTime from the UTC time given in dateTime,
|
||||
/// using the given time zone differential. If adjust is true,
|
||||
/// adjusts dateTime for the given time zone differential.
|
||||
|
||||
LocalDateTime(double julianDay);
|
||||
/// Creates a LocalDateTime for the given Julian day in the local time zone.
|
||||
|
Reference in New Issue
Block a user