Hello @Ribs,
 
I'm assuming you're referring to the SnapMirror schedule?  If so, I think this will provide the information you're wanting:
 
Get-NcJobSchedule -Name (Get-NcSnapmirror -Destination $destination).Schedule
Here is what that looks like for my ONTAP 9 system:
 
PS C:\Users\asull> Get-NcJobSchedule -Name (Get-NcSnapmirror -Destination $destination).Schedule
JobScheduleName           JobScheduleType      JobScheduleDescription                                                                                                 
---------------           ---------------      ----------------------                                                                                                 
daily                     cron                 @0:10                                                                                                                  
 
Hope that helps.
 
Andrew
					
				
			
			
				
	If this post resolved your issue, please help others by selecting  ACCEPT AS SOLUTION or adding a KUDO.