Discuss this help topic in SecureBlackbox Forum
Specifies the start time for the associated signature.
Declaration
[VB.NET]
Property StartTime As DateTime
[Pascal]
property StartTime : TDateTime;
[C++]
int64_t get_StartTime();
void set_StartTime(int64_t Value);
[PHP]
DateTime get_StartTime()
void set_StartTime(DateTime $Value)
[Java]
Date getStartTime();
void setStartTime(Date Value);
Description
Use this property to specify the start time for the associated shared access signature.
Discuss this help topic in SecureBlackbox Forum