Package com.seclore.fs.ws.client.util


package com.seclore.fs.ws.client.util
  • Classes
    Class
    Description
    This class provides the methods to work with the File secure date format.
    The File Secure date format is
    "YYYY:MM:DD:HH:mm:SS"
    YYYY - The Year as numeric value.
    MM - The Month as numeric value.
    DD - The Day of the month as numeric value.
    HH - The Hour of the day as numeric value in 24 hour format.
    mm - The Minute as numeric value.
    SS - The Second as numeric value.