Scheduler for WinRT
ShowWorkTimeOnly Property


Gets or sets the System.Boolean value determining whether control shows working time only. This is a dependency property. This property affects Day/Work Week views or any custom view which has VisualIntervalScale value less than one day.
Syntax
'Declaration
 
<C1DescriptionAttribute("日ビューで稼動時間のみを表示するかどうかを表す値を取得または設定します。")>
<C1CategoryAttribute()>
Public Property ShowWorkTimeOnly As Boolean
'Usage
 
Dim instance As C1Scheduler
Dim value As Boolean
 
instance.ShowWorkTimeOnly = value
 
value = instance.ShowWorkTimeOnly
[C1Description("日ビューで稼動時間のみを表示するかどうかを表す値を取得または設定します。")]
[C1Category()]
public bool ShowWorkTimeOnly {get; set;}
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

C1Scheduler Class
C1Scheduler Members

 

 


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