Batch v1alpha API - Enum CalendarPeriod (1.0.0-alpha26)

public enum CalendarPeriod

Reference documentation and code samples for the Batch v1alpha API enum CalendarPeriod.

A CalendarPeriod represents the abstract concept of a time period that has a canonical start. All calendar times begin at 12 AM US and Canadian Pacific Time (UTC-8).

Namespace

Google.Cloud.Batch.V1Alpha

Assembly

Google.Cloud.Batch.V1Alpha.dll

Fields

NameDescription
Day

The day starts at 12:00am.

Month

The month starts on the first date of the month and resets at the beginning of each month.

Quarter

The quarter starts on dates January 1, April 1, July 1, and October 1 of each year and resets at the beginning of the next quarter.

Unspecified

Unspecified.

Week

The week period starts and resets every Monday.

Year

The year starts on January 1 and resets at the beginning of the next year.