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, offering methods for formatting `DateTime` and `DateTimeOffset` values for BigQuery."],["The latest version documented is 3.11.0, with older versions, including 3.5.0, also accessible through provided links."],["The `BigQueryDateTimeExtensions` class provides extension methods, `AsBigQueryDate`, that convert `DateTime` and `DateTimeOffset` instances into a string representation in the format \"yyyy-MM-dd\" for use with BigQuery."],["The `AsBigQueryDate` method for `DateTimeOffset` uses the local value of the `DateTimeOffset`, and it will not be converted to UTC."]]],[]]