C# 클래스 DirkSarodnick.GoogleSync.Core.Data.Recurrence.RecurrenceSerializer

Defines the RecurrenceSerializer class.
파일 보기 프로젝트 열기: d03n3rfr1tz3/GoogleSync

공개 메소드들

메소드 설명
Deserialize ( string recurrence ) : RecurrenceData

Deserializes the specified recurrence.

GetDayOfWeek ( string value ) : OlDaysOfWeek

Gets the day of week.

GetDayOfWeek ( this value ) : string

Gets the day of week.

GetRecurrenceString ( this value ) : string

Gets the recurrence string.

GetRecurrenceType ( string value ) : OlRecurrenceType

Gets the type of the recurrence.

Serialize ( RecurrencePattern recurrencePattern, System.DateTime appointmentStart, bool allday ) : string

Serializes the specified get recurrence pattern.

ToDate ( this dateString, System.DateTime &resultDateTime, bool &allDayEvent ) : bool

Parses a DateTime of specified string.

메소드 상세

Deserialize() 공개 정적인 메소드

Deserializes the specified recurrence.
public static Deserialize ( string recurrence ) : RecurrenceData
recurrence string The recurrence.
리턴 RecurrenceData

GetDayOfWeek() 공개 정적인 메소드

Gets the day of week.
public static GetDayOfWeek ( string value ) : OlDaysOfWeek
value string The value.
리턴 OlDaysOfWeek

GetDayOfWeek() 공개 정적인 메소드

Gets the day of week.
public static GetDayOfWeek ( this value ) : string
value this The value.
리턴 string

GetRecurrenceString() 공개 정적인 메소드

Gets the recurrence string.
public static GetRecurrenceString ( this value ) : string
value this The value.
리턴 string

GetRecurrenceType() 공개 정적인 메소드

Gets the type of the recurrence.
public static GetRecurrenceType ( string value ) : OlRecurrenceType
value string The value.
리턴 OlRecurrenceType

Serialize() 공개 정적인 메소드

Serializes the specified get recurrence pattern.
public static Serialize ( RecurrencePattern recurrencePattern, System.DateTime appointmentStart, bool allday ) : string
recurrencePattern RecurrencePattern The recurrence pattern.
appointmentStart System.DateTime The appointment start.
allday bool if set to true [allday].
리턴 string

ToDate() 공개 정적인 메소드

Parses a DateTime of specified string.
public static ToDate ( this dateString, System.DateTime &resultDateTime, bool &allDayEvent ) : bool
dateString this The date string.
resultDateTime System.DateTime The result date time.
allDayEvent bool if set to true [all day event].
리턴 bool