Class DateAndTime
A generic object to show date and time in the below specified format
Inherited Members
Namespace: Oci.LustrefilestorageService.Models
Assembly: OCI.DotNetSDK.Lustrefilestorage.dll
Syntax
public class DateAndTime
Properties
Date
Declaration
[JsonProperty(PropertyName = "date")]
public string Date { get; set; }
Property Value
| Type | Description |
|---|---|
| string | A user-friendly date. Example: 2025-04-25 |
Time
Declaration
[JsonProperty(PropertyName = "time")]
public string Time { get; set; }
Property Value
| Type | Description |
|---|---|
| string | A user-friendly time. The format is 'HH:MM', 'HH:MM' represents the time in UTC. Example: 22:00 |