WCF-Xtensions Class Reference for Mono
DateTimeKindHandling Property (BsonReader)






Gets or sets the System.DateTimeKind used when reading System.DateTime values from BSON.
Syntax
public System.DateTimeKind DateTimeKindHandling {get; set;}
public read-write property DateTimeKindHandling: System.DateTimeKind; 
public function get,set DateTimeKindHandling : System.DateTimeKind
public: __property System.DateTimeKind get_DateTimeKindHandling();
public: __property void set_DateTimeKindHandling( 
   System.DateTimeKind value
);
public:
property System.DateTimeKind DateTimeKindHandling {
   System.DateTimeKind get();
   void set (    System.DateTimeKind value);
}
'Declaration
 
Public Property DateTimeKindHandling As System.DateTimeKind
 
'Usage
 
Dim instance As BsonReader
Dim value As System.DateTimeKind
 
instance.DateTimeKindHandling = value
 
value = instance.DateTimeKindHandling

Property Value

The System.DateTimeKind used when reading System.DateTime values from BSON.
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

BsonReader Class
BsonReader Members

Send Feedback