Spread Silverlight Documentation
FromDateTime Method (TimeCondition)


The compare type.
The expected DateTime object.
Creates a TimeCondition object from the DateTime object.
Syntax
'Declaration
 
Public Shared Function FromDateTime( _
   ByVal compareType As DateCompareType, _
   ByVal expected As System.Date _
) As TimeCondition
'Usage
 
Dim compareType As DateCompareType
Dim expected As System.Date
Dim value As TimeCondition
 
value = TimeCondition.FromDateTime(compareType, expected)
public static TimeCondition FromDateTime( 
   DateCompareType compareType,
   System.DateTime expected
)

Parameters

compareType
The compare type.
expected
The expected DateTime object.

Return Value

The TimeCondition object.
Requirements

Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

TimeCondition Class
TimeCondition Members

 

 


Copyright © GrapeCity, inc. All rights reserved.