C# 클래스 TraktRater.Extensions.DateTimeExtensions

파일 보기 프로젝트 열기: damienhaynes/TraktRater

공개 메소드들

메소드 설명
ToISO8601 ( this dt, double hourShift ) : string

Converts string DateTime to ISO8601 format 2014-09-01T09:10:11.000Z

ToYear ( this year ) : int?

메소드 상세

ToISO8601() 공개 정적인 메소드

Converts string DateTime to ISO8601 format 2014-09-01T09:10:11.000Z
public static ToISO8601 ( this dt, double hourShift ) : string
dt this DateTime as string
hourShift double Number of hours to shift original time
리턴 string

ToYear() 공개 정적인 메소드

public static ToYear ( this year ) : int?
year this
리턴 int?