'Declaration
Public Function New( _ ByVal years As System.UShort, _ ByVal months As System.UInteger, _ ByVal days As System.UInteger, _ ByVal hours As System.UInteger, _ ByVal minutes As System.ULong, _ ByVal seconds As System.ULong, _ Optional ByVal millis As System.UShort, _ Optional ByVal micros As System.UShort, _ Optional ByVal nanos As System.UShort, _ Optional ByVal isNegative As System.Boolean _ )
Parameters
- years
- The number of years
- months
- The number of months
- days
- The number of days
- hours
- The number of hours
- minutes
- The number of minutes
- seconds
- The number of seconds
- millis
- The number of milliseconds
- micros
- The number of microseconds
- nanos
- The number of nanoseconds
- isNegative
- Indicates duration is positive or negative