RSS Documentation
TryGetValue(DateTime) Method



Syntax
'Declaration
 
Public Overloads Function TryGetValue( _
   ByVal date As Date _
) As BPM.TimeSheetDay
'Usage
 
Dim instance As TimeSheet
Dim date As Date
Dim value As BPM.TimeSheetDay
 
value = instance.TryGetValue(date)
public BPM.TimeSheetDay TryGetValue( 
   DateTime date
)
public:
BPM.TimeSheetDay^ TryGetValue( 
   DateTime date
) 

Parameters

date
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

TimeSheet Class
TimeSheet Members
Overload List

Send Feedback