Scheduler for WinRT
FirstVisibleTime Property


Gets or sets the System.TimeSpan value representing the first visible time slot in a Day/Work Week views or in any custom view which has a VisualIntervalScale value of less than one day.
Syntax
'Declaration
 
<C1DescriptionAttribute("予定表で表示する先頭の時刻です。")>
<C1CategoryAttribute()>
Public Property FirstVisibleTime As TimeSpan
'Usage
 
Dim instance As C1SchedulerSettings
Dim value As TimeSpan
 
instance.FirstVisibleTime = value
 
value = instance.FirstVisibleTime
[C1Description("予定表で表示する先頭の時刻です。")]
[C1Category()]
public TimeSpan FirstVisibleTime {get; set;}
Remarks
This property only affects initial scroll position.
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

C1SchedulerSettings Class
C1SchedulerSettings Members

 

 


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