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 webpage details the `BigQueryDateTimeExtensions` class, which provides extension methods for `System.DateTime` and `System.DateTimeOffset` to be utilized with BigQuery."],["The latest version documented on this page is 3.11.0, while the currently viewed version is 2.4.0."],["The `AsBigQueryDate` method allows formatting `DateTime` and `DateTimeOffset` values into the yyyy-MM-dd format required by BigQuery."],["The class inherits from the `Object` class, with available inherited members including `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."],["There are multiple versions documented on the page ranging from 2.2.0 up to 3.11.0, with the other versions being 2.3.0, 2.4.0, and then 3.0.0 to 3.10.0, showing the historical evolution of the API."]]],[]]