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-04-17 UTC."],[[["This webpage provides documentation for the `BigQueryDateTimeExtensions` class, which is part of the Google BigQuery v2 API for .NET."],["The `BigQueryDateTimeExtensions` class offers extension methods to format `System.DateTime` and `System.DateTimeOffset` values in a manner compatible with BigQuery's date requirements."],["The class includes the `AsBigQueryDate` method, which is available for both `DateTime` and `DateTimeOffset` types, formatting them into a string in yyyy-MM-dd format, respectively."],["The latest version of this component is 3.11.0, and the documentation covers a range of previous versions down to 2.2.0."]]],[]]