ValFromDt property: RCServiceDefinition class
Description
Use the ValFromDt property to set or return the start 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;