upload tizen1.0 source
[profile/ivi/wrt-plugins-tizen.git] / src / standards / Tizen / TimeUtil / TimeUtilConverter.h
index 04b4b74..c07e95d 100755 (executable)
@@ -60,6 +60,8 @@ class TimeUtilConverter : public Converter
        long long convertDurationLength(DurationProperties duration, short unit);
        std::time_t toTZDateTimeT(JSValueRef arg);
        std::time_t toTZDateTimeT(JSObjectRef arg);
+       tm toTZDateTime(JSValueRef arg);
+       tm toTZDateTime(JSObjectRef arg);
        JSObjectRef FromUTCTimeTToTZDate(std::time_t utcTime, const std::string &timezone);
 
 };