C# Class DJNanoShow.DateTimeExtensions

Show file Open project: wasteam/DJNanoSampleApp

Public Methods

Method Description
GetLocalizedDayOfWeek ( this dt ) : string
SafeType ( this dt ) : System.DateTime
ToString ( this dt, DateTimeFormat format ) : string

Method Details

GetLocalizedDayOfWeek() public static method

public static GetLocalizedDayOfWeek ( this dt ) : string
dt this
return string

SafeType() public static method

public static SafeType ( this dt ) : System.DateTime
dt this
return System.DateTime

ToString() public static method

public static ToString ( this dt, DateTimeFormat format ) : string
dt this
format DateTimeFormat
return string