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 is part of the Google Cloud .NET library."],["The `BigQueryDateTimeExtensions` class provides extension methods for `System.DateTime` and `System.DateTimeOffset` to facilitate their use with BigQuery."],["The class contains methods, `AsBigQueryDate(DateTime)` and `AsBigQueryDate(DateTimeOffset)`, that format date values as strings in the `yyyy-MM-dd` format, which is required by BigQuery."],["The latest version of the documented `BigQueryDateTimeExtensions` class is 3.11.0, with other previous versions listed, including version 3.3.0 which appears to be the central focus version of this page."]]],[]]