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 page covers the `BigQueryDateTimeExtensions` class within the Google BigQuery v2 API for .NET, focusing on version 3.9.0."],["`BigQueryDateTimeExtensions` offers extension methods for `System.DateTime` and `System.DateTimeOffset` to facilitate their use with BigQuery's data formats."],["The class contains two methods, `AsBigQueryDate(DateTime)` and `AsBigQueryDate(DateTimeOffset)`, which format date and time values into the `yyyy-MM-dd` format that BigQuery requires."],["The latest version of the API available is version 3.11.0, with the documentation also providing links to prior version's documentation going back to version 2.2.0."],["The class inherits members from the base `object` class, like `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."]]],[]]