Share via


DictionaryContainer.GetDateTimeValue(NSString) Method

Definition

Returns the nullable DateTime associated with key.

protected DateTime? GetDateTimeValue(Foundation.NSString key);
member this.GetDateTimeValue : Foundation.NSString -> Nullable<DateTime>

Parameters

key
NSString

The identifier of the value to get.

Returns

The stored DateTime value if present in the dictionary, null otherwise.

Remarks

The stored value must be stored as an NSDate.

Applies to