| DateTimeSerializerWithRepresentation Method | 
            Returns a serializer that has been reconfigured with the specified representation.
            
 
Namespace: MongoDB.Bson.Serialization.SerializersAssembly: MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.2.0
 Syntax
Syntaxpublic DateTimeSerializer WithRepresentation(
	BsonType representation
)
Public Function WithRepresentation ( 
	representation As BsonType
) As DateTimeSerializer
abstract WithRepresentation : 
        representation : BsonType -> DateTimeSerializer 
override WithRepresentation : 
        representation : BsonType -> DateTimeSerializer Parameters
- representation
- Type: MongoDB.BsonBsonType
 The representation.
Return Value
Type: 
DateTimeSerializerThe reconfigured serializer.
Implements
IRepresentationConfigurableTSerializerWithRepresentation(BsonType) See Also
See Also