LinkMenuExpand(external link)DocumentSearchCopyCopied

MySqlDateTimeKind enumeration

The DateTimeKind used when reading DateTime from the database.

public enum MySqlDateTimeKind

Values

namevaluedescription
Unspecified0Use Unspecified when reading; allow any DateTimeKind in command parameters.
Utc1Use Utc when reading; reject Local in command parameters.
Local2Use Local when reading; reject Utc in command parameters.

See Also