C# Class Guidelines.WebUI.Session.TimeZoneAspect

Inheritance: IContextRegistrar
Afficher le fichier Open project: basicdays/Guidelines

Méthodes publiques

Méthode Description
GetTimeZone ( ) : TimeZoneInfo
SetContext ( System.Web.Mvc.ActionExecutingContext controllerContext ) : void

Private Methods

Méthode Description
GetTimeZone ( string timeZoneIdString ) : TimeZoneInfo
GetTimeZoneIdString ( int numberOfAttempts, System.Web.HttpRequestBase request ) : string

Method Details

GetTimeZone() public static méthode

public static GetTimeZone ( ) : TimeZoneInfo
Résultat System.TimeZoneInfo

SetContext() public méthode

public SetContext ( System.Web.Mvc.ActionExecutingContext controllerContext ) : void
controllerContext System.Web.Mvc.ActionExecutingContext
Résultat void