C# Class Cats.Web.Hub.Helpers.DateHelpers

Afficher le fichier Open project: edgecomputing/cats

Méthodes publiques

Méthode Description
FormatDateFromString ( this helper, string dateAsString ) : string
ToCTSPreferedDateFormat ( this date, string lang ) : string
ToPreferedWeightMeasurment ( this quantity, string weightMeasurment ) : Decimal

Method Details

FormatDateFromString() public static méthode

public static FormatDateFromString ( this helper, string dateAsString ) : string
helper this
dateAsString string
Résultat string

ToCTSPreferedDateFormat() public static méthode

public static ToCTSPreferedDateFormat ( this date, string lang ) : string
date this
lang string
Résultat string

ToPreferedWeightMeasurment() public static méthode

public static ToPreferedWeightMeasurment ( this quantity, string weightMeasurment ) : Decimal
quantity this
weightMeasurment string
Résultat Decimal