C# 클래스 MeetingManager.DateTimeUtils

파일 보기 프로젝트 열기: OfficeDev/Interop-REST-Mail-Contacts-Calendar-Sample

공개 메소드들

메소드 설명
BuildRecurrentDate ( Meeting recurrence ) : string
DateToApiString ( this dateTime ) : string
DateToFullApiUtcString ( this dateTime ) : string
GetDaysOfWeek ( ) : IEnumerable
ToLocalTime ( this dateTime ) : System.DateTime
ToUtcTime ( this localDateTime ) : System.DateTime

비공개 메소드들

메소드 설명
ApiOrdinalToLocalOrdinal ( string index ) : string
CalculateDayDiff ( DateTimeOffset date, List days ) : int
CalculateEndDate ( Meeting recurrence ) : DateTimeOffset
GetDayOfWeekIndexInternal ( string day ) : int
GetDayOfWeekLocalized ( string odataDayOfWeek ) : string
ToDateOnlyString ( DateTimeOffset date ) : string
ToDateOnlyString ( string dateString ) : string

메소드 상세

BuildRecurrentDate() 공개 정적인 메소드

public static BuildRecurrentDate ( Meeting recurrence ) : string
recurrence Meeting
리턴 string

DateToApiString() 공개 정적인 메소드

public static DateToApiString ( this dateTime ) : string
dateTime this
리턴 string

DateToFullApiUtcString() 공개 정적인 메소드

public static DateToFullApiUtcString ( this dateTime ) : string
dateTime this
리턴 string

GetDaysOfWeek() 공개 정적인 메소드

public static GetDaysOfWeek ( ) : IEnumerable
리턴 IEnumerable

ToLocalTime() 공개 정적인 메소드

public static ToLocalTime ( this dateTime ) : System.DateTime
dateTime this
리턴 System.DateTime

ToUtcTime() 공개 정적인 메소드

public static ToUtcTime ( this localDateTime ) : System.DateTime
localDateTime this
리턴 System.DateTime