Load

Load(string)

加载Appointment来自文件. 支持的文件格式:iCalendar

public static Appointment Load(string filePath)
范围类型描述
filePathString一个文件路径

返回值

一读Appointment

例外

例外(健康)状况
ArgumentExceptionfilePath无效的或者空的

也可以看看


Load(string, AppointmentLoadOptions)

加载Appointment来自文件. 支持的文件格式:iCalendar 一个文件路径。代表约会负载选项AppointmentLoadOptions.一读Appointment.

public static Appointment Load(string filePath, AppointmentLoadOptions options)

也可以看看


Load(Stream)

加载Appointment来自stream

public static Appointment Load(Stream stream)
范围类型描述
streamStream要从中加载的流

返回值

一读Appointment

例外

例外(健康)状况
ArgumentNullExceptionstream无效的
NotSupportedExceptionstream不支持阅读

也可以看看


Load(Stream, bool)

加载Appointment来自stream

public static Appointment Load(Stream stream, bool applyLocalTimeZone)
范围类型描述
streamStream要从中加载的流
applyLocalTimeZoneBoolean将时间转换为本地时区

返回值

一读Appointment

例外

例外(健康)状况
ArgumentNullExceptionstream无效的
NotSupportedExceptionstream不支持阅读

也可以看看


Load(Stream, AppointmentLoadOptions)

加载Appointment来自stream

public static Appointment Load(Stream stream, AppointmentLoadOptions options)
范围类型描述
streamStream要从中加载的流
optionsAppointmentLoadOptions代表约会负载选项

返回值

一读Appointment

例外

例外(健康)状况
ArgumentNullExceptionstream无效的
NotSupportedExceptionstream不支持阅读

也可以看看