Interface IBuilderForStartDate
- Namespace
- Vonage.SubAccounts.GetTransfers
- Assembly
- Vonage.dll
public interface IBuilderForStartDate
Methods
WithStartDate(DateTimeOffset)
Sets the start of the retrieval period.
IBuilderForOptional WithStartDate(DateTimeOffset value)
Parameters
valueDateTimeOffset
Returns
Examples
.WithStartDate(DateTimeOffset.UtcNow.AddDays(-30))