Scheduler for WinRT
EndDayTime Property (CalendarInfo)


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