Liquid XML Data Binder (C++, Java, VB6) / Reference / Java / Reference / com.liquid_technologies.ltxmllib20 / Duration / Java setDuration - Duration
In This Topic
    Java setDuration - Duration
    In This Topic
    public void setDuration(int hours,
                                             long minutes,
                                             long seconds)
    public void setDuration(short years,
                                             int months,
                                             int days,
                                             int hours,
                                             long minutes,
                                             long seconds)
    public void setDuration(int months,
                                             int days,
                                             int hours,
                                             long minutes,
                                             long seconds,
                                             short millis,
                                             short micros,
                                             short nanos)
      Property Description  
        Argument years The number of years in the time span  
        Argument months The number of months in the time span  
        Argument days The number of days in the time span  
        Argument hours The number of hours in the time span  
        Argument mins The number of minutes in the time span  
        Argument secs The number of seconds in the time span  
        Argument millis The number of milli seconds in the time span  
        Argument micros The number of micro seconds in the time span  
        Argument nanos The number of nano seconds in the time span  
        Description Populates this - Duration.  
        Remarks