AWS SDK for .NET Documentation
RestoreDBInstanceToPointInTime Method (restoreDBInstanceToPointInTimeRequest)
AmazonAmazon.RDSAmazonRDSRestoreDBInstanceToPointInTime(RestoreDBInstanceToPointInTimeRequest) Did this page help you?   Yes   No    Tell us about it...

Restores a DB instance to an arbitrary point-in-time. Users can restore to any point in time before the latestRestorableTime for up to backupRetentionPeriod days. The target database is created from the source database with the same configuration as the original database except that the DB instance is created with the default DB security group.

Declaration Syntax
C#
RestoreDBInstanceToPointInTimeResponse RestoreDBInstanceToPointInTime(
	RestoreDBInstanceToPointInTimeRequest restoreDBInstanceToPointInTimeRequest
)
Parameters
restoreDBInstanceToPointInTimeRequest (RestoreDBInstanceToPointInTimeRequest)
Container for the necessary parameters to execute the RestoreDBInstanceToPointInTime service method on AmazonRDS.
Return Value
The response from the RestoreDBInstanceToPointInTime service method, as returned by AmazonRDS.
Exceptions

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)