package camlimages

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Exif.Date

type t = {
  1. year : int;
  2. month : int;
  3. day : int;
}

Date for GPSDateStamp

val to_string : t -> string
val of_string : string -> [> `Error of string | `Ok of t ]
OCaml

Innovation. Community. Security.