Scheduler for WPF
DateTimeKind プロパティ (CalendarHelper)

C1.WPF.Schedule アセンブリ > C1.WPF.Schedule 名前空間 > CalendarHelper クラス : DateTimeKind プロパティ
Gets or sets a DateTimeKind value specifying DateTime kind used for saving System.DateTime values.
シンタックス
'宣言
 
Public Property DateTimeKind As System.DateTimeKind
public System.DateTimeKind DateTimeKind {get; set;}
解説
This property only has an influence on the process of saving data to the AppointmentStorage.DataSource object and on export operations. All properties of the C1.C1Schedule.Appointment and C1.C1Schedule.RecurrencePattern objects represent current system local time values. Set this property to DateTimeLind.Utc if you need to save data with universal time. In such case the data will be converted to the local time and back at every read/write operation.
参照

CalendarHelper クラス
CalendarHelper メンバ