| PolicyPayStartDate Property  | 
Pay Period's initial start date. Based on this value all periods back and forward are being calculated.
            
  
Namespace: AMG.API.Definitions.PoliciesAssembly: AMG.API (in AMG.API.dll) Version: 2.0.0.0 (2.0.0.0)
Syntaxpublic DateTime PayStartDate { get; set; }Public Property PayStartDate As DateTime
	Get
	Set
public:
property DateTime PayStartDate {
	DateTime get ();
	void set (DateTime value);
}member PayStartDate : DateTime with get, set
Property Value
Type: 
DateTime
See Also