Show / Hide Table of Contents

Class Datetime

A datetime value.

Inheritance
object
Datetime
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Cloudbilling.v1beta.Data
Assembly: Google.Apis.Cloudbilling.v1beta.dll
Syntax
public class Datetime : IDirectResponseSchema

Properties

BitFieldDatetimeSeconds

Represents bit field encoding of year/month/day/hour/minute/second. See class DatetimeValue in civil_time.h for details of encoding.

Declaration
[JsonProperty("bitFieldDatetimeSeconds")]
public virtual long? BitFieldDatetimeSeconds { get; set; }
Property Value
Type Description
long?

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Nanos

Non-negative fractions of a second at nanosecond resolution.

Declaration
[JsonProperty("nanos")]
public virtual int? Nanos { get; set; }
Property Value
Type Description
int?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX