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 page provides documentation for the `BigQueryDateTimeExtensions` class within the Google BigQuery v2 API, specifically for .NET."],["The class offers extension methods for `System.DateTime` and `System.DateTimeOffset`, designed to format date and time values according to BigQuery's requirements."],["`AsBigQueryDate` is one of the available methods that converts `DateTime` or `DateTimeOffset` values into strings formatted as `yyyy-MM-dd` for BigQuery date representation."],["The latest version available is 3.11.0, and multiple other versions are also accessible, including 3.10.0, 3.9.0, 3.8.0, 3.7.0, 3.6.0, 3.5.0, 3.4.0, 3.3.0, 3.2.0, 3.1.0, 3.0.0, 2.4.0, 2.3.0, and 2.2.0."]]],[]]