Docs GODI Archive
Projects Blog Link DB

Look up function:

(e.g. "List.find" or "keysym")
More options
File lib/ocaml/pkg-lib/calendar/fcalendar.mli GODI Package godi-calendar
Library calendar
 
   fcalendar.mli    Sources  
(**************************************************************************)
(*                                                                        *)
(*  This file is part of Calendar.                                        *)
(*                                                                        *)
(*  Copyright (C) 2003-2009 Julien Signoles                               *)
(*                                                                        *)
(*  you can redistribute it and/or modify it under the terms of the GNU   *)
(*  Lesser General Public License version 2.1 as published by the         *)
(*  Free Software Foundation, with a special linking exception (usual     *)
(*  for Objective Caml libraries).                                        *)
(*                                                                        *)
(*  It is distributed in the hope that it will be useful,                 *)
(*  but WITHOUT ANY WARRANTY; without even the implied warranty of        *)
(*  MERCHANTABILITY or FITNESS FOR A PARTICULAR                           *)
(*                                                                        *)
(*  See the GNU Lesser General Public Licence version 2.1 for more        *)
(*  details (enclosed in the file LGPL).                                  *)
(*                                                                        *)
(*  The special linking exception is detailled in the enclosed file       *)
(*  LICENSE.                                                              *)
(**************************************************************************)

(*i $Id: fcalendar.mli 225 2009-12-14 10:36:08Z signoles $ i*)

(** Calendar implementation in which seconds are float.

    This module uses float. Then results may be very unprecise, especially
    comparison of calendars which differ with few seconds. 
    In this case, consider to use module [Precise].
    @since 2.0 *)

include Calendar_sig.S with module Date = Date and module Time = Ftime

(** More precise implementation of calendar in which seconds are float. 
    @since 2.0 *)
module Precise: Calendar_sig.S with module Date = Date and module Time = Ftime
This web site is published by Informatikbüro Gerd Stolpmann
Powered by Caml