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