package dropbox

  1. Overview
  2. Docs
Binding to the Dropbox Remote API

Install

dune-project
 Dependency

Authors

Maintainers

Sources

dropbox-0.2.tbz
sha256=3a317ff6963c453fe74d955e24b23721d5ab44f22969db106a1ab64328f1d8c7
sha512=170d74a2652f90c59108c4155ac31367ef38a0184a49d4a8657731da181695a249f2eab3bf6b460804aa07eb7dbcb165e895eca2f231662b15c74d98f65a948f

doc/dropbox/Dropbox/Date/index.html

Module Dropbox.DateSource

Date representation.

Sourcetype wday = Dropbox_date.wday =
  1. | Sun
  2. | Mon
  3. | Tue
  4. | Wed
  5. | Thu
  6. | Fri
  7. | Sat

Day of week.

Sourcetype month = Dropbox_date.month =
  1. | Jan
  2. | Feb
  3. | Mar
  4. | Apr
  5. | May
  6. | Jun
  7. | Jul
  8. | Aug
  9. | Sep
  10. | Oct
  11. | Nov
  12. | Dec

Month.

Sourceval day : t -> int

Day of the month (1-31).

Sourceval month : t -> month

Month

Sourceval year : t -> int

4 digits year

Sourceval hour : t -> int

Hour

Sourceval min : t -> int

Minutes

Sourceval sec : t -> int

Seconds

Sourceval wday : t -> wday

Day of week

Sourceval to_string : t -> string
OCaml

Innovation. Community. Security.