Gets a value indicating whether [date time only has value type parts].
            
 Syntax
Syntax
| Visual Basic (Declaration) |  | 
|---|
| Public ReadOnly Property DateTimeOnlyHasValueTypeParts As Boolean
 | 
| Visual Basic (Usage) |  Copy Code | 
|---|
| Dim instance As EscalateOnRule
Dim value As Boolean
 
value = instance.DateTimeOnlyHasValueTypeParts
 | 
| C# |  | 
|---|
| public bool DateTimeOnlyHasValueTypeParts {get;}
 | 
| C++/CLI |  | 
|---|
| public:
property bool DateTimeOnlyHasValueTypeParts {
   bool get();
}
 | 
Property Value
true if [date time only has value type parts]; otherwise, 
false.
 Requirements
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
See Also