Liquid XML Data Binder (C++, Java, VB6) / Reference / C# and VB .Net (Deprecated - use Liquid XML Objects) / Reference / XmlDateTimeSpan / Liquid XML Runtime for .Net - SetDate
In This Topic
    Liquid XML Runtime for .Net - SetDate
    In This Topic
    This feature has been superseded by Liquid XML Objects.
    (The original functionality is still included in the product)
    Use Liquid XML Objects
    public void SetDateTimeSpan( - XmlDateTimeSpan src)
    public void SetDateTimeSpan(uint hours,
                                                         ulong mins,
                                                         ulong secs)
    public void SetDateTimeSpan(ushort years,
                                                         uint months,
                                                         uint days,
                                                         uint hours,
                                                         ulong mins,
                                                         ulong secs)
    public void SetDateTimeSpan(ushort years,
                                                         uint months,
                                                         uint days,
                                                         uint hours,
                                                         ulong mins,
                                                         ulong secs,
                                                         ushort millis,
                                                         ushort micros,
                                                         ushort 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 - XmlDateTimeSpan.  
        Remarks