Data.Cloud.AzureAPI.TAzureService.XMsDate

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function XMsDate: string;

C++

System::UnicodeString __fastcall XMsDate();

Properties

Type Visibility Source Unit Parent
function protected
Data.Cloud.AzureAPI.pas
Data.Cloud.AzureAPI.hpp
Data.Cloud.AzureAPI TAzureService

Description

Returns the current date and time, properly formatted for the x-ms-date header.

The XMsDate method returns the current date and time, properly formatted for the x-ms-date header.

See Also