- * @param file File which public share will be constrained with an expiration date.
- * @param year Year of the date expiration chosen. Negative value to remove current
- * expiration date and leave the link unrestricted.
- * @param monthOfYear Month of the date chosen [0, 11]
- * @param dayOfMonth Day of the date chosen
+ * @param file File which public share will be constrained with an expiration date.
+ * @param expirationTimeInMillis Expiration date to set. A negative value clears the current expiration
+ * date, leaving the link unrestricted. Zero makes no change.