public static string AsBigQueryDate(this DateTimeOffset value)
Returns the given date and time formatted as BigQuery expects date values to be formatted.
The "local" value of the DateTimeOffset is used; it is not converted to UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This documentation covers the `BigQueryDateTimeExtensions` class within the Google BigQuery v2 API, which provides extension methods for working with dates and times in BigQuery."],["The latest version available is 3.11.0, and the documentation includes versions dating back to 2.2.0, allowing for access to version-specific details."],["The `BigQueryDateTimeExtensions` class offers methods like `AsBigQueryDate` to format `DateTime` and `DateTimeOffset` values into the specific yyyy-MM-dd date format required by BigQuery."],["The two `AsBigQueryDate` methods serve to format `DateTime` and `DateTimeOffset` objects, returning the date as a string in the yyyy-MM-dd format, and the `DateTimeOffset` is not converted to UTC."],["It is documented that this `BigQueryDateTimeExtensions` class inherits members from the base `Object` class, such as GetHashCode(), GetType(), MemberwiseClone(), and ToString()."]]],[]]