ToXSTime method

String ToXSTime()
Convert Time to XML Schema time.

Implementation

String ToXSTime() {
  return "${_asDoubleInts(this.Hours)}:${_asDoubleInts(this.Minutes)}:${_asDoubleInts(this.Seconds)}";
}