C# Class GeekyBlogs.Common.ApiHelper

ファイルを表示 Open project: GeekyTheory/GeekyBlogs

Public Methods

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

Method Details

GetCustomFormattedDate() public static method

public static GetCustomFormattedDate ( System.DateTime date ) : string
date System.DateTime
return string

ShowMessageDialog() public static method

public static ShowMessageDialog ( string title, string content ) : System.Threading.Tasks.Task
title string
content string
return System.Threading.Tasks.Task