Ads API .NET library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Google.Api.Ads.Common.Util.DateTimeProvider Interface Reference

Provides the current date and time, without depending directly on System.DateTime. This makes testing code that depends on timestamps easier. More...

Inheritance diagram for Google.Api.Ads.Common.Util.DateTimeProvider:
Google.Api.Ads.Common.Util.DefaultDateTimeProvider

Properties

DateTime Now [get]
 Gets the current time. More...
 

Detailed Description

Provides the current date and time, without depending directly on System.DateTime. This makes testing code that depends on timestamps easier.

Property Documentation

DateTime Google.Api.Ads.Common.Util.DateTimeProvider.Now
get

Gets the current time.

The current time.


The documentation for this interface was generated from the following file: