AWS SDK for .NET Documentation
WithValidFrom Method (validFrom)
AmazonAmazon.EC2.ModelRequestSpotInstancesRequestWithValidFrom(String) Did this page help you?   Yes   No    Tell us about it...
Sets the start date of the request.
Declaration Syntax
C#
[ObsoleteAttribute("The With methods are obsolete and will be removed in version 2 of the AWS SDK for .NET. See http://aws.amazon.com/sdkfornet/#version2 for more information.")]
public RequestSpotInstancesRequest WithValidFrom(
	string validFrom
)
Parameters
validFrom (String)
Start date of the request. If this is a one-time request, the request remains active until all instances launch, the request expires, or the request is canceled. If the request is persistent, it remains active until it expires or is canceled. Default: Request is effective immediately
Return Value
this instance

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