C# 클래스 MovingScrewdriver.Web.Extensions.DateTimeOffsetExtensions

파일 보기 프로젝트 열기: Gutek/MovingScrewdriver

공개 메소드들

메소드 설명
AsMinutes ( this @this ) : DateTimeOffset
AtNoon ( this date ) : DateTimeOffset
AtTime ( this date, DateTimeOffset time ) : DateTimeOffset
ConvertFromJsTimestamp ( long timestamp ) : DateTimeOffset
ConvertFromUnixTimestamp ( long timestamp ) : DateTimeOffset
SkipToNextWorkDay ( this date ) : DateTimeOffset
ToLocalDate ( this @this ) : string
ToLocalDateTime ( this @this ) : string
ToZuluDateTime ( this @this ) : string

메소드 상세

AsMinutes() 공개 정적인 메소드

public static AsMinutes ( this @this ) : DateTimeOffset
@this this
리턴 DateTimeOffset

AtNoon() 공개 정적인 메소드

public static AtNoon ( this date ) : DateTimeOffset
date this
리턴 DateTimeOffset

AtTime() 공개 정적인 메소드

public static AtTime ( this date, DateTimeOffset time ) : DateTimeOffset
date this
time DateTimeOffset
리턴 DateTimeOffset

ConvertFromJsTimestamp() 공개 정적인 메소드

public static ConvertFromJsTimestamp ( long timestamp ) : DateTimeOffset
timestamp long
리턴 DateTimeOffset

ConvertFromUnixTimestamp() 공개 정적인 메소드

public static ConvertFromUnixTimestamp ( long timestamp ) : DateTimeOffset
timestamp long
리턴 DateTimeOffset

SkipToNextWorkDay() 공개 정적인 메소드

public static SkipToNextWorkDay ( this date ) : DateTimeOffset
date this
리턴 DateTimeOffset

ToLocalDate() 공개 정적인 메소드

public static ToLocalDate ( this @this ) : string
@this this
리턴 string

ToLocalDateTime() 공개 정적인 메소드

public static ToLocalDateTime ( this @this ) : string
@this this
리턴 string

ToZuluDateTime() 공개 정적인 메소드

public static ToZuluDateTime ( this @this ) : string
@this this
리턴 string