Ajout de modificateurs de date

This commit is contained in:
Matthieu Dubuget 2016-12-30 15:18:11 +01:00
parent aaec076974
commit 989191a27c
1 changed files with 4 additions and 0 deletions

View File

@ -38,6 +38,10 @@ sig
val to_locale_date_string : t -> string [@@js.call]
val to_string : t -> string [@@js.call]
val set_date : t -> date:int -> unit [@@js.call]
val set_month : t -> month:int -> unit [@@js.call]
val set_full_year: t -> year:int -> unit [@@js.call]
end
(** Files in Google Drive. *)