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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["This webpage 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."],["The `AsBigQueryDate` method is available, enabling the conversion of both `DateTime` and `DateTimeOffset` instances into a BigQuery-compatible date string in `yyyy-MM-dd` format."],["The latest available version of the API is 3.11.0, and the documentation also includes previous versions, down to 2.2.0, for users to access."]]],[]]