C# 클래스 zxingwp7.client.result.CalendarParsedResult

상속: ParsedResult
파일 보기 프로젝트 열기: henningms/zxing2.0-wp7

공개 메소드들

메소드 설명
CalendarParsedResult ( String summary, String start, String end, String location, String attendee, String title ) : System

비공개 메소드들

메소드 설명
validateDate ( String date ) : void

RFC 2445 allows the start and end fields to be of type DATE (e.g. 20081021) or DATE-TIME (e.g. 20081021T123000 for local time, or 20081021T123000Z for UTC).

메소드 상세

CalendarParsedResult() 공개 메소드

public CalendarParsedResult ( String summary, String start, String end, String location, String attendee, String title ) : System
summary String
start String
end String
location String
attendee String
title String
리턴 System