C# 클래스 Guidelines.WebUI.Session.TimeZoneAspect

상속: IContextRegistrar
파일 보기 프로젝트 열기: basicdays/Guidelines

공개 메소드들

메소드 설명
GetTimeZone ( ) : TimeZoneInfo
SetContext ( System.Web.Mvc.ActionExecutingContext controllerContext ) : void

비공개 메소드들

메소드 설명
GetTimeZone ( string timeZoneIdString ) : TimeZoneInfo
GetTimeZoneIdString ( int numberOfAttempts, System.Web.HttpRequestBase request ) : string

메소드 상세

GetTimeZone() 공개 정적인 메소드

public static GetTimeZone ( ) : TimeZoneInfo
리턴 System.TimeZoneInfo

SetContext() 공개 메소드

public SetContext ( System.Web.Mvc.ActionExecutingContext controllerContext ) : void
controllerContext System.Web.Mvc.ActionExecutingContext
리턴 void