C# Class GeekyBlogs.Common.ApiHelper

Afficher le fichier Open project: GeekyTheory/GeekyBlogs

Méthodes publiques

Méthode Description
GetCustomFormattedDate ( System.DateTime date ) : string
ShowMessageDialog ( string title, string content ) : System.Threading.Tasks.Task

Method Details

GetCustomFormattedDate() public static méthode

public static GetCustomFormattedDate ( System.DateTime date ) : string
date System.DateTime
Résultat string

ShowMessageDialog() public static méthode

public static ShowMessageDialog ( string title, string content ) : System.Threading.Tasks.Task
title string
content string
Résultat System.Threading.Tasks.Task