summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAllen Winter <allen.winter@kdab.com>2016-12-18 17:02:54 -0500
committerAllen Winter <allen.winter@kdab.com>2016-12-18 17:02:54 -0500
commitf0d0b4d5f249adc4349029133df1b5b8d2929b27 (patch)
treec5403ad5aa03ff13d01fc67d4ea6a9484f5039f3 /doc
parent2d39e93afd1a20195eed1505bb5d940db6cdc1e4 (diff)
downloadlibical-git-f0d0b4d5f249adc4349029133df1b5b8d2929b27.tar.gz
doc/UsingLibical.txt - remove mention to non-existent icaltime_from_int
Diffstat (limited to 'doc')
-rw-r--r--doc/UsingLibical.txt5
1 files changed, 0 insertions, 5 deletions
diff --git a/doc/UsingLibical.txt b/doc/UsingLibical.txt
index 97a771c0..f97dc848 100644
--- a/doc/UsingLibical.txt
+++ b/doc/UsingLibical.txt
@@ -857,8 +857,6 @@ struct icaltimetype icaltime_from_string(const char* str);
struct icaltimetype icaltime_from_timet(time_t v, int is_date);
-struct icaltimetype icaltime_from_int(int v, int is_date, int is_utc);
-
Icaltime_from_string takes any RFC5545 compliant time string:
struct icaltimetype tt = icaltime_from_string("19970101T103000");
@@ -870,9 +868,6 @@ minuts and seconds ) is always 00:00:00. Dates act differently in
sorting an comparision, and they have a different string representation
in RFC5545.
-The icaltime_from_int is like icaltime_from_timet, but with an arbitrary
-epoch. This routine was a mistake and is deprecated.
-
5.3.3 Time manipulating routines
The null time value is used to indicate that the data in the structure