Scheduler for WinRT
StartDayTime Property (CalendarInfo)


Gets or sets the System.TimeSpan value specifying the beginning of the working time.
Syntax
'Declaration
 
<C1DescriptionAttribute("The start time of the working day.")>
<C1CategoryAttribute()>
Public Property StartDayTime As TimeSpan
'Usage
 
Dim instance As CalendarInfo
Dim value As TimeSpan
 
instance.StartDayTime = value
 
value = instance.StartDayTime
[C1Description("The start time of the working day.")]
[C1Category()]
public TimeSpan StartDayTime {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

CalendarInfo Class
CalendarInfo Members

 

 


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