Show / Hide Table of Contents

Interface IApodUriBuilder

Namespace: Apod.Logic.Net
Assembly: Apod.dll
Syntax
public interface IApodUriBuilder

Methods

| Improve this Doc View Source

GetApodUri()

Declaration
string GetApodUri()
Returns
Type Description
String
| Improve this Doc View Source

GetApodUri(DateTime)

Declaration
string GetApodUri(DateTime dateTime)
Parameters
Type Name Description
DateTime dateTime
Returns
Type Description
String
| Improve this Doc View Source

GetApodUri(DateTime, DateTime)

Declaration
string GetApodUri(DateTime startDate, DateTime endDate = null)
Parameters
Type Name Description
DateTime startDate
DateTime endDate
Returns
Type Description
String
| Improve this Doc View Source

GetApodUri(Int32)

Declaration
string GetApodUri(int count)
Parameters
Type Name Description
Int32 count
Returns
Type Description
String
  • Improve this Doc
  • View Source
Back to top Generated by DocFX