C# 클래스 MWS.Helper.DateTimeHelper

파일 보기 프로젝트 열기: Movilizer/.NET_Connector

공개 메소드들

메소드 설명
FormatDate ( System.DateTime dt ) : string
GetTimestamp ( bool forFilename ) : string
GetTimestamp ( this value, bool forFilename ) : string
GetWeekOfYear ( ) : int
GetYear ( ) : int
ToDateTime ( long timestamp ) : System.DateTime

메소드 상세

FormatDate() 공개 정적인 메소드

public static FormatDate ( System.DateTime dt ) : string
dt System.DateTime
리턴 string

GetTimestamp() 공개 정적인 메소드

public static GetTimestamp ( bool forFilename ) : string
forFilename bool
리턴 string

GetTimestamp() 공개 정적인 메소드

public static GetTimestamp ( this value, bool forFilename ) : string
value this
forFilename bool
리턴 string

GetWeekOfYear() 공개 정적인 메소드

public static GetWeekOfYear ( ) : int
리턴 int

GetYear() 공개 정적인 메소드

public static GetYear ( ) : int
리턴 int

ToDateTime() 공개 정적인 메소드

public static ToDateTime ( long timestamp ) : System.DateTime
timestamp long
리턴 System.DateTime