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."],[[["The `BigQueryDateTimeExtensions` class provides extension methods for `System.DateTime` and `System.DateTimeOffset` to facilitate their use with Google BigQuery."],["The class includes methods like `AsBigQueryDate`, which formats `DateTime` and `DateTimeOffset` values into the `yyyy-MM-dd` string format expected by BigQuery."],["The `AsBigQueryDate` method for `DateTimeOffset` uses the local value and does not convert it to UTC."],["The most recent version available is 3.11.0 of the `BigQueryDateTimeExtensions` class, and there is a list of previous versions ranging back to version 2.2.0 that are available to use."]]],[]]