GetXmlElementName method

  1. @override
String GetXmlElementName()
override
Gets the XML element name associated with the transition.

Implementation

@override
String GetXmlElementName() {
  return XmlElementNames.RecurringDayTransition;
}