C# Class MeetingManager.DateTimeUtils

Afficher le fichier Open project: OfficeDev/Interop-REST-Mail-Contacts-Calendar-Sample

Méthodes publiques

Méthode Description
BuildRecurrentDate ( Meeting recurrence ) : string
DateToApiString ( this dateTime ) : string
DateToFullApiUtcString ( this dateTime ) : string
GetDaysOfWeek ( ) : IEnumerable
ToLocalTime ( this dateTime ) : System.DateTime
ToUtcTime ( this localDateTime ) : System.DateTime

Private Methods

Méthode Description
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

Method Details

BuildRecurrentDate() public static méthode

public static BuildRecurrentDate ( Meeting recurrence ) : string
recurrence Meeting
Résultat string

DateToApiString() public static méthode

public static DateToApiString ( this dateTime ) : string
dateTime this
Résultat string

DateToFullApiUtcString() public static méthode

public static DateToFullApiUtcString ( this dateTime ) : string
dateTime this
Résultat string

GetDaysOfWeek() public static méthode

public static GetDaysOfWeek ( ) : IEnumerable
Résultat IEnumerable

ToLocalTime() public static méthode

public static ToLocalTime ( this dateTime ) : System.DateTime
dateTime this
Résultat System.DateTime

ToUtcTime() public static méthode

public static ToUtcTime ( this localDateTime ) : System.DateTime
localDateTime this
Résultat System.DateTime