/// <summary> /// Add a new CONTRACTPERIOD to PV1 /// </summary> public static NM AddCONTRACTPERIOD(this PV1 message) { return(message.GetCONTRACTPERIOD(message.CONTRACTPERIODRepetitionsUsed)); }