Scheduler for WinRT
DateTimeKind Property (CalendarHelper)


Gets or sets a DateTimeKind value specifying DateTime kind used for saving System.DateTime values.
Syntax
'Declaration
 
<DefaultValueAttribute()>
<C1DescriptionAttribute("DateTime の種類です。")>
Public Property DateTimeKind As DateTimeKind
'Usage
 
Dim instance As CalendarHelper
Dim value As DateTimeKind
 
instance.DateTimeKind = value
 
value = instance.DateTimeKind
[DefaultValue()]
[C1Description("DateTime の種類です。")]
public DateTimeKind DateTimeKind {get; set;}
Remarks
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.
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

See Also

Reference

CalendarHelper Class
CalendarHelper Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.