Table of Contents

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

value DateTimeOffset

Returns

IBuilderForOptional

Examples

.WithStartDate(DateTimeOffset.UtcNow.AddDays(-30))