InstantConverter.

Convert(Nullable<DateTimeOffset>, Nullable<Instant>, ResolutionContext) Method

Summary

Performs conversion from source to destination type

Syntax

public Nullable<Instant> Convert(Nullable<DateTimeOffset> source, Nullable<Instant> destination, ResolutionContext context)

Attributes

Type Description
NullableContextAttribute

Parameters

Name Type Description
source Nullable<DateTimeOffset> Source object
destination Nullable<Instant> Destination object
context ResolutionContext Resolution context

Return Value

Type Description
Nullable<Instant> Destination object