ValToDt property: RCServiceDefinition class
Description
Use the ValToDt property to set or return the end date when a related content or a related action service is available.
This property is read/write.
Example
import PTCS_SRVDEFN:RCServiceDefinition;
Local PTCS_SRVDEFN:RCServiceDefinition &rcServDefn = create PTCS_SRVDEFN:RCServiceDefinition(&service_id, %Language);
Local date &ValFromDate = &rcServDefn.ValFromDt;
Local date &ValToDate = &rcServDefn.ValToDt;