Scheduler for UWP/WinRT
DateTimeKind プロパティ (CalendarHelper)

System.DateTime 値の保存で使用される DateTime の種類を指定する DateTimeKind 値を取得または設定します。
構文
'宣言
 
Public Property DateTimeKind As System.DateTimeKind
public System.DateTimeKind DateTimeKind {get; set;}
解説
このプロパティは、データを AppointmentStorage.DataSource オブジェクトに保存する処理およびエクスポート操作にのみ影響します。C1.C1Schedule.Appointment オブジェクトと C1.C1Schedule.RecurrencePattern オブジェクトのプロパティはすべて、現在のシステムローカル時間の値を表します。データをグリニッジ標準時で保存する必要がある場合は、このプロパティを DateTimeKind.Utc に設定します。この場合、データは、読み取り/書き込み操作のたびにローカル時間との間で変換されます。
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

参照

関連項目

CalendarHelper クラス
CalendarHelper メンバ

Send Feedback