Scheduler for WinRT
TimeScale Property (CalendarInfo)


Gets or sets the System.TimeSpan value specifying the time interval which is used for displaying time slots in the DayView.
Syntax
'Declaration
 
Public Property TimeScale As TimeSpan
'Usage
 
Dim instance As CalendarInfo
Dim value As TimeSpan
 
instance.TimeScale = value
 
value = instance.TimeScale
public TimeSpan TimeScale {get; set;}
Remarks
The TimeScale property cannot be set to any arbitrary value. When assigning a value to this property it is automatically calculated so as to be equal to the nearest TimeScaleEnum value.
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

CalendarInfo Class
CalendarInfo Members

 

 


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